-
Notifications
You must be signed in to change notification settings - Fork 0
Code
tiusty edited this page Jul 1, 2017
·
11 revisions
Excel Macros
Operation Mode
Setup Mode
Things To Do
Two important modes, setup mode and operation mode. The basic usage is:
- Use Excel Macros to generate the config file and the syringe iteration file.
- Run setupmode which loads the config, resets the system and loads the first 50 syringes to EEPROM
- Run operation mode for running the system, remember that the syringe iteration file (sampleTB.csv) is still needed for the operation mode.
Remeber that the built in libraries from Arudino 1.8 are needed, i.e SPI.h, EEPROM.h etc, but also the Arudion libraries saved in the github repo are needed. These libraries are modified to work with this code and thus the ones from the github repo are needed.