Skip to content

nullbitsco/bit-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bit-C sample code and source files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages