![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
df
Fork of APP1 by
Diff: TestAccelerometer.hpp
- Revision:
- 3:1a9d0f0a50bf
- Child:
- 4:303fb83498fd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TestAccelerometer.hpp Sat Jan 14 22:37:34 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef TEST_ACCELEROMETER_HPP +#define TEST_ACCELEROMETER_HPP + +namespace accelerometer +{ + void run_all_tests(); + void test_raw_axis_data_to_int(); + void test_set_standby_and_active(); +}; + +#endif \ No newline at end of file