Expose variables via USB

This commit is contained in:
Eric Tang
2018-07-19 21:11:02 -07:00
parent 1bced1be13
commit 63d82d92db
6 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __USB_COMMAND_GET_VARIABLE_H__
#define __USB_COMMAND_GET_VARIABLE_H__
// Functions:
void UsbCommand_GetVariable(void);
#endif