Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ESP32 firmware to test the board

ams.py contains MicroPython code to test the angle sensor. It will read the sensor's output and print in in the terminal. To run it, after installing MicroPython on the ESP32, run the following command on your computer:

./pyboard.py ams.py --device /dev/tty.SLAB_USBtoUART

You can interrupt it by pressing Ctrl-C.