|
wiRedPanda
Logic Circuit Simulator
|
Arduino sketch code generator: translates a circuit into an uploadable .ino file. More...
#include <QCoreApplication>#include <QFile>#include <QHash>#include <QTextStream>#include <QVector>#include "App/Core/Enums.h"Go to the source code of this file.
Classes | |
| struct | ArduinoBoardConfig |
| Describes an Arduino board's available GPIO pins. More... | |
| class | ArduinoCodeGen |
| Generates an Arduino sketch from a flattened list of circuit elements. More... | |
| class | MappedPin |
| Associates a circuit port with its generated Arduino variable name and physical pin. More... | |
| struct | ArduinoCodeGen::TestVector |
| Describes a single test vector for testbench generation. More... | |
Arduino sketch code generator: translates a circuit into an uploadable .ino file.
Definition in file ArduinoCodeGen.h.