Fejemis Teensy: Difference between revisions
From Rsewiki
(Created page with "Back to fejemis == Drive Teensy == Block diagram with all interfaces and interface protocol == Front Teensy == Block diagram with all interfaces and interface protocol...") |
|||
Line 20: | Line 20: | ||
=== Setup - loop overview === | === Setup - loop overview === | ||
Main and module integration code | |||
=== Module structure === | === Module structure === | ||
One file one interface. | |||
==== Subscription ==== | ==== Subscription ==== | ||
Standardized setup of data subscription | |||
==== Command decode ==== | ==== Command decode ==== | ||
On-line help. | |||
==== Configuration save ==== | ==== Configuration save ==== | ||
Use of configuration flash. | |||
==== Update tick ==== | ==== Update tick ==== | ||
Sample rate and sensor calculation |
Revision as of 08:33, 28 July 2022
Back to fejemis
Drive Teensy
Block diagram with all interfaces and interface protocol
Front Teensy
Block diagram with all interfaces and interface protocol
GUI
Using USB
Using the bridge
Software structure
Setup - loop overview
Main and module integration code
Module structure
One file one interface.
Subscription
Standardized setup of data subscription
Command decode
On-line help.
Configuration save
Use of configuration flash.
Update tick
Sample rate and sensor calculation