Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 443 Bytes

AYAB Hardware Testing

This is a repository with firmware used for bringup/validation of AYAB hardware. Currently the only supported platform is the new AYAB-ESP32.

Start an interactive debug session (add -d to debug serial/slip-encode stream)

$ python3 -i ayab_cli.py

INFO:HW CLI:Connected to /dev/ttyACM0 ...

>>> api.digitalRead(board.ENC_A)
>>> led_r.on()
>>> solenoids.setPorts(0xa5a5)
>>> import tests
>>> tests.tesEOL(api)