To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
#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__