Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
TestAccelerometer.hpp
- Committer:
- dupm2216
- Date:
- 2017-01-15
- Revision:
- 6:3facf0329142
- Parent:
- 5:f59b51ac4b40
- Child:
- 8:862e28c7f6f6
File content as of revision 6:3facf0329142:
#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(); void test_g_force_from_int_axis_data(); void test_angle_from_int_axis_data(); }; #endif