Files @ 24d49dea991a
Branch filter:

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

Ethan Zonca
Add runtime modes and seperate squeezy triggers
1
2
3
4
5
6
#ifndef _CAN_H
#define _CAN_H

void can_init(void);

#endif