Ultrawipf / OpenFFBoard

OpenFFBoard is a universal force feedback interface for DIY simulation devices
https://hackaday.io/project/163904-open-ffboard
MIT License
558 stars 117 forks source link

Added UID system command #99

Closed Ultrawipf closed 1 year ago

Ultrawipf commented 1 year ago

Adds a command that allows reading the full 96bit chip UID.

New command: sys.uid? will return first 64 bits as val and second as adr value. (val:adr) Also allows reading first, second and third 32b part individually by passing the index as address, Example: sys.uid?0 gets first 32 bits and sys.uid?2 last 32 bits.

Also adds a readme file into the firmware release zip with important infos.