Skip to content

Commit

Permalink
Using absolute links for folders. (really github??)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcieplak committed Mar 4, 2021
1 parent 4aa1abd commit dda5077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://www.youtube.com/playlist?list=PLXcIAQij6ZZKMTHAFv8BHvEnsouNYhx3t).
Kicad and gerber files for four PCBs are included in this repository. The project is split into two boards, one for the CPU, memory, power, and DAC logic (CPU_board) and one for the front panel controls (control_board). Each board comes in a through-hole version for DIY builders and an SMT version for automated assembly. They are functionally identical but part numbers are different to reflect the different footprints.

# Software
Primary development of the firmware takes place in [sequencer_app_v2](/matthewcieplak/super-sixteen/tree/master/sequencer_app_v2) using the Arduino C++ libraries but compiled using PlatformIO and typical C header files. (The older, pure Arduino version, [sequencer_app](/matthewcieplak/super-sixteen/tree/master/sequencer_app) is here only for archival purposes and is unmaintained). You can find the .hex files to upload using the arduino updater in [sequencer_app_v2/build](/matthewcieplak/super-sixteen/tree/master/sequencer_app_v2/build). The shell commands for updating using avrdude are contained in [upload.sh](sequencer_app_v2/upload.sh), though you may also use the Arduino IDE to upload new firmware.
Primary development of the firmware takes place in [sequencer_app_v2](https://github.com/matthewcieplak/super-sixteen/tree/master/sequencer_app_v2) using the Arduino C++ libraries but compiled using PlatformIO and typical C header files. (The older, pure Arduino version, [sequencer_app](https://github.com/matthewcieplak/super-sixteen/tree/master/sequencer_app) is here only for archival purposes and is unmaintained). You can find the .hex files to upload using the arduino updater in [sequencer_app_v2/build](https://github.com/matthewcieplak/super-sixteen/tree/master/sequencer_app_v2/build). The shell commands for updating using avrdude are contained in [upload.sh](sequencer_app_v2/upload.sh), though you may also use the Arduino IDE to upload new firmware.

# Troubleshooting
Please refer to the [official build support thread on Muff Wiggler](https://muffwiggler.com/forum/viewtopic.php?f=97&t=238514) to post a query. You may find your question has already been answered!
Expand Down

0 comments on commit dda5077

Please sign in to comment.