-
Notifications
You must be signed in to change notification settings - Fork 9
Drivers
tvdtogt edited this page May 3, 2020
·
9 revisions
Here is where the drivers for peripherals like Buttons, temperature sensors, LCD displays, relays and all other stuff live. We need a separate driver for all pieces of equipment. In our application we only are concerned with controlling our experiments. All low level device specific mumbo-jumbo is hidden in the driver and only of concern when you want to use a new device type.
To browse the driver library you need to be here in ae_drivers.
Basic Learning Stuff
Advanced software
- Overview
- Concepts-and-structure
- Lib
- Demos
Tips-and-Tricks
Future stuff