O-ESD/Software_development/Readme.txt

11 lines
672 B
Plaintext
Raw Normal View History

2024-12-21 16:28:39 +01:00
This folder contains codes for O-ESD microcontroller(s) that orchestrate all functionalities.
Due to the ESD tests, the Arduino Nano & Arduino Nano Every are selected as microcontrollers. Hence, the code is for Arduino Nano family of microcontrollers.
2024-12-23 15:32:05 +01:00
The currently used code in O-ESD prototypes can be found in Code.ino. Note that only functionalities used up to this moment are coded, while the place-holders are put for additional functionalities that are planned. This code is under development and will change.
2024-12-21 16:28:39 +01:00
Additionally, the code for synthesis of pulse trains of precise frequency can be found in Registers.ino. It is primarily used to test prototypes.