News

To compile an Arduino sketch, codebender uses clang a wonderful compiler that will give you extremely descriptive warnings on terrible code.
The latest version of Arduino’s Integrated Development Environment (IDE), version 2.3.3, has just been released, and it brings a host of new features ...
Introduction:In Arduino environment, it's convenient to access BT SPP like a serial port and react to the command string sent from the BT serial port. Many Arduino projects have utilized this way ...