Fully compatible with Arduino Ecosystem, blinking a LED is easy peasy.
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH);
delay(1000);
digitalWrite(LED_BUILTIN, LOW);
delay(1000);
}
1 x UART
1 x I²C (Master/Slave)
1 x SPI
12 x ADC
15 x Touch Pins
Fully compatible with existing sensor libraries.
Perfect for tiny sensing project.
Together with ESP8266 Module or W600 module, tiny core boards are able to control appliances at home.
Acquiring data from the cloud and display on the E-Ink with ultra low power consumption.
20MHz
UART, I²C, SPI, ADC, DAC, Touch
2 KB
256 bytes
0.1 μA