IceCube display
LED display to show IceCube event data
remote.h
Go to the documentation of this file.
1 #ifndef REMOTE_H
2 #define REMOTE_H
3 
15 #include <stdbool.h>
16 
20 void init_remote();
21 
26 bool is_remote_connected();
27 
29 void ep1_init();
30 
31 #endif
void init_remote()
Initialise the remote connection.
bool is_remote_connected()
Check remote connection.
void ep1_init()
Custom initialisation function for endpoint 1: the bulk endpoint for frame data transfers.