Sparkfun modules recreated in tscircuit
boards/<BOARD NAME>/index.tsx- main exports that can be imported, e.g. any submodules you use etc.boards/<BOARD NAME>/<BOARD NAME>.circuit.tsx- Make the default export your boardtsci snapshotis used to generate snapshots automatically (this way we can see changes to boards). It automatically finds all*.circuit.tsxfiles- To run a specific board in development mode, you do
tsci dev ./boards/<BOARD NAME>/<BOARD NAME>.circuit.tsx