IceCube display
LED display to show IceCube event data
address.h
Go to the documentation of this file.
1 #ifndef USB_ADDRESS_H
2 #define USB_ADDRESS_H
3 
11 #include <stdint.h>
12 
23 uint8_t usb_get_address();
25 
27 void usb_set_address(uint8_t address);
28 
30 
31 #endif //USB_ADDRESS_H
void usb_set_address(uint8_t address)
Set a new USB device address.
uint8_t usb_get_address()
Get the currently assigned USB device address.