Tennis Racket Vibration Analyzer
Dependencies: Hexi_KW40Z Hexi_OLED_SSD1351
Diff: tennis.h
- Revision:
- 0:f9598a5afb72
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tennis.h Sun Oct 02 16:08:43 2016 -0400 @@ -0,0 +1,9 @@ +#ifndef _HEXIWEAR_TENNIS_H_ +#define _HEXIWEAR_TENNIS_H_ + +#include "stdint.h" + +extern const uint8_t tennis_app_image1[]; +extern const uint8_t tennis_app_image2[]; + +#endif /*_HEXIWEAR_TENNIS_H_*/