This is the first version of the LocalAir microprocesser software, for use on the Teensy 4.0.
This version works, but is grim. A product version is currently under development.
The main code is in the src directory.
This project uses PlatformIO.
To get started, install either:
- PlatformIO Core, a CLI tool, or
- PlatformIO IDE, an integration with VS Code.
Either:
- Run
pio run --target upload, if using PlatformIO Core (CLI), or - Use the
PlatformIO: Uploadbutton in VS Code, if using PlatformIO IDE.
The code is in the data_processing directory.
This repo uses nbstripout to stop private data being committed to this repo.
- First install
nbstripoutin your Python environment. - Then run
nbstripout --install --attributes .gitattributesfrom the root directory of the repo.
This will ensure that Jupyter notebooks are committed with no outputs present.