B4R Library rXDM - Set Analog Resolutions (Read/Write) in Seeeduino XIAO and Arduino Due, Arduino Maker

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:
Usage of XDM library:
Private Sub AppStart
    Serial1.Initialize(9600)
    Log("AppStart")
    XDM.SetAnalogReadResolution(12)
    XDM.SetAnalogWriteResolution(10)
End Sub

Have fun guys
 

Attachments

  • rXDM.b4xlib
    678 bytes · Views: 268
Top