simon says with pro mini, display, ws2812 and touch keys
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.
 
 
 
 
 
atmega-simon/leds.c

10 lines
179 B

//
// 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);