17 lines
217 B
C
17 lines
217 B
C
/*
|
|
* app.h
|
|
*
|
|
* Created on: Jun 25, 2018
|
|
* Author: conor
|
|
*/
|
|
|
|
#ifndef INC_APP_H_
|
|
#define INC_APP_H_
|
|
|
|
#define USE_PRINTING
|
|
|
|
void usb_transfer_complete();
|
|
void spi_transfer_complete();
|
|
|
|
#endif /* INC_APP_H_ */
|