Libraries make easy

Were it not for the exsiting librarys (LiquidCrystal and NewPing), I would spend one more day porting my MCS-51 code on LCD1602 and HY-SR05 to Arduino! ...

2017年7月10日 · 1 分钟 · 26 字 · Thomas Xu

Arduino Timer/Counter

There is no function in Arduino’s library to manipulate the Timer/Counter directly. After some searching on the Internet and reading the datasheet of ATmega 328/P I got some ideas on how to code in arduino’s IDE to talk to the timers. ...

2017年7月8日 · 3 分钟 · 1109 字 · Thomas Xu