This b4xlib library is indented for use with the boards Seeeduino XIAO, Arduino Due, Arduino Maker. This is because the setting of analogReadResolution and analogWriteResolution function is available only in these boards. IT WILL NOT WORK WITH OTHER BOARDS.
In order to install in your Arduino IDE the Seeeduino Xiao Board please visit the following link:
Usage:
Have fun guys
In order to install in your Arduino IDE the Seeeduino Xiao Board please visit the following link:
Meet the Seeeduino XIAO - Tiny but Powerful Arduino Alternative
The Seeeduino XIAO is a 32-bit Arduino-compatible microcontroller that can be programmed with the Arduino IDE. Today we will examine this 5-dollar wonder.
dronebotworkshop.com
Usage:
Usage of XDM library:
Private Sub AppStart
Serial1.Initialize(9600)
Log("AppStart")
XDM.SetAnalogReadResolution(12)
XDM.SetAnalogWriteResolution(10)
End Sub
Have fun guys