Files @ 91735168ee75
Branch filter:

Location: protofusion-esp32-template/main/can.h - annotation

Ethan Zonca
Initial super rough WS2812 control with modified behavior over OSC
1
2
3
4
5
6
#ifndef _CAN_H
#define _CAN_H

void can_init(void);

#endif