作者lensfill (undo)
看板ASM
标题[问题] 开发版arduino uno编译错误
时间Tue May 8 10:58:14 2018
新问题是否得学编写函式库
板子是ardunio unio R3 软体版本是1.86 HOURLY BUILD 2018/5/3
零件是LCD 2004 5V LCM IIC I2C 20x4 20*4
目前状况是编译错误
从网路上乱抓函示库 取自这网站
http://k12.camdemy.com/media/10772
结论怎麽用都是编译错误
请问问题可能在哪里?
很多程式常常编译不进去
从网路随取范例是抄自
http://goods.ruten.com.tw/item/show?21651841405254
//T电子
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x3F,20,4); // set the LCD address to 0x3F for a 20
chars and 4
void setup()
{
lcd.init(); // initialize the lcd
lcd.init();
// Print a message to the LCD.
lcd.backlight();
lcd.setCursor(3,0);
lcd.print("Hello, world!");
lcd.setCursor(2,1);
lcd.print("Hello Arduino!");
lcd.setCursor(0,2);
lcd.print("Arduino LCM IIC 2004");
lcd.setCursor(2,3);
lcd.print("By T_electronics!");
}
void loop()
{
}
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 118.161.216.22
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/ASM/M.1525748297.A.709.html
※ 编辑: lensfill (118.161.216.22), 05/08/2018 11:07:17
※ 编辑: lensfill (118.161.216.22), 05/08/2018 11:07:43
2F:→ johnpage: 9c%e6%8e%92%e9%99%a4/ 05/08 12:23
3F:→ lensfill: 谢谢指导, 最近试一次依样同问题 05/13 18:30
4F:→ lensfill: 在网路上找到正确的函式库,已经可编译,不知道这些函式库 05/13 19:35
请问学这个需要自己学编写函式库吗?
附函式库网址
16x2 LCD 请下载这个 library:
http://arduino-info.wikispaces.com/f..._I2C1602V1.zip
16x4 LCD 请下载这个 library:
http://arduino-info.wikispaces.com/f..._I2C2004V1.zip
※ 编辑: lensfill (118.161.173.93), 05/13/2018 19:37:51
※ 编辑: lensfill (118.161.173.93), 05/13/2018 19:39:07