1 Star 0 Fork 0

cjh0613/GoKit-Arduino-MCU

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gokit_2.ino 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjlin 提交于 2015-02-13 15:07 . change oled word to "hello world"
#include <DHT.h>
#include <I2Cdev.h>
#include <MemoryFree.h>
#include <MsTimer2.h>
#include <SSD1306.h>
#include <ChainableLED.h>
#include <Arduino.h>
#include <SoftwareSerial.h>
#include "Wire.h"
#include "GoKit.h"
#define OLED_DC 9
#define OLED_CS 10
#define OLED_CLK 13
#define OLED_MOSI 11
#define OLED_RESET 8
SSD1306 oled(OLED_MOSI, OLED_CLK, OLED_DC, OLED_RESET, OLED_CS);
void setup()
{
GoKit_Init();
oled.ssd1306_init(SSD1306_SWITCHCAPVCC);
oled.drawstring(0,3," Hello World! ");
oled.display();
#if (DEBUG==1)
Serial.println("GoKit init OK!");
Serial.print("freeMemory()=");
Serial.println(freeMemory());
#endif
}
void loop()
{
GoKit_Handle();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cjh0613/GoKit-Arduino-MCU.git
git@gitee.com:cjh0613/GoKit-Arduino-MCU.git
cjh0613
GoKit-Arduino-MCU
GoKit-Arduino-MCU
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385