You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
179 B
11 lines
179 B
8 years ago
|
//
|
||
|
// Created by MightyPork on 2017/06/08.
|
||
|
//
|
||
|
|
||
|
#include "lib/color.h"
|
||
|
#include "leds.h"
|
||
|
|
||
|
void leds_set(uint32_t L1, uint32_t L2, uint32_t L3, uint32_t L4);
|
||
|
|
||
|
void leds_show(void);
|