Skip to content

Commit

Permalink
Merge pull request #31 from 16n-faderbank/teensy-lc-notes
Browse files Browse the repository at this point in the history
Add note about Teensy LCs to main README.
  • Loading branch information
infovore authored Apr 8, 2020
2 parents f9122d9 + 1b306f0 commit fe1b3eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Once upon a time, Sean Hellfritsch and Brian Crabtree [made a faderbank][linespo

**16n** is the revised version of that object: it is open-source and ready for you to make, modify, or hack.

It is currently at hardware version **1.34**, firmware version **2.0.0**
It is currently at hardware version **1.34**, firmware version **2.0.0**.

_Firmware version 2.0.0 is designed for Teensy 3.2 boards. If you're using a 16n derivative with another board, such as a Teensy LC, the hex files available will not currently work._

# Repository contents

Expand Down
4 changes: 2 additions & 2 deletions firmware/_16n_faderbank_firmware/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 16n Firmware

16n Firmware is designed to run on a Teensy 3.2. It is not supported on any other platform.
16n Firmware is designed to run on a Teensy 3.2. It is not supported on any other platform. **In particular, it is currently entirely unsupported on Teensy LC right now.** If you aren't sure what board is inside your 16n, ask your supplier.

This README serves as a guide for **developing** and **compiling** your own versions of the firwmare. As of Firmware v2.0.0, the recommended method for putting firmware onto a 16n is to use Teensy Loader directly. [Find out more on the wiki][load-firmware]

Expand Down Expand Up @@ -74,4 +74,4 @@ FADERMAX and FADERMIN are 14-bit numbers; as such, they are stored in two bytes
see `LICENSE`

[load-firmware]: https://github.com/16n-faderbank/16n/wiki/Firmware:-installation-instructions
[editor]: https://16n-faderbank.github.io/editor
[editor]: https://16n-faderbank.github.io/editor

0 comments on commit fe1b3eb

Please sign in to comment.