[SALE] FW3A lighted TIR board multicolored with LVP, stabilized or High/low

I’m a bit late here, but I only recently started playing with Lexel’s aux boards. Here are a few remarks that others might find helpful:

  • Yes, the strikethrough indicates that you should delete the lines. Normal text means that you should add it at the end of the respective file.
  • Note that hwdef-FW3A.h at the time of writing already has a line that starts with `#define ADC_PRSCL`. You may want to delete that one or else you get an inconsequential warning when you compile the code.
  • Be careful when copy/pasting from the above code. The forum botches the `#define INDICATOR_LED_DEFAULT_MODE` statement for cfg-fw3a.h, there are two symbols missing at the end. (Click “Quote” to see the original text.) You can safely just leave the entire line out, there’s a default set elsewhere at the time of writing.
  • When the forum displays a fancy “times” symbol instead of a regular letter x, that’s a trap. Use the letter. (Click “Quote” to see the original text.)
  • No changes in any other files are necessary, unless…
  • If you get a cryptic error that says this-and-that is too large, it means the resulting hex file is too large to flash to your driver. The easiest way around it is to remove a feature you don’t need. For example, to remove Mugle Mode, open the file anduril.c and put two slashes (//) before `#define USE_MUGGLE_MODE` in line 89. That’ll solve the space issue by removing Muggle Mode from the resulting firmware.