/bit-c

Bit-C sample code and source files

Primary LanguageC

bit-c

Bit-C sample code and source files

How to use

  1. Copy bit-c_led.h to your keyboard's (or other project's) folder. For Arduino projects, use bit-c_led_arduino.h.
  2. #include "bit-c_led.h" within your source code. For Arduino projects, use #include "bit-c_led_arduino.h"
  3. Call set_bit_c_LED(mode) with either LED_ON, LED_DIM, or LED_OFF as the mode

See the NIBBLE source code for an example of this in the wild.