Skip to content
Snippets Groups Projects
ledring12.h 180 B
Newer Older
dusanz's avatar
dusanz committed
#ifndef __LEDRING12_H__
#define __LEDRING12_H__

#include <stdint.h>
#include <stdbool.h>

#define NBR_LEDS  12

extern uint8_t ledringmem[NBR_LEDS * 2];

#endif //__LEDRING12_H__