1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00
betaflight/test
Dominic Clifton 10279c0178 Updated GPS logitude/latitude calculation.
The existing implementation that was ported over was trying to work with
different values.  By writing a unit test for the code that stores
values in GPS_coord it was possible to have known values which could
then also be used to write a unit test for the HoTT telemetry which
finally enabled production code to be written.

Hopefully it will work, unable to test further since my GPS unit is
playing up.
2014-05-24 21:16:02 +01:00
..
battery_unittest.cc Adding test for the downwards thrust direction logic added in 2014-05-05 17:06:20 +01:00
flight_imu_unittest.cc fix include file order on flight imu unit test 2014-05-13 16:22:55 +01:00
gps_conversion_unittest.cc Updated GPS logitude/latitude calculation. 2014-05-24 21:16:02 +01:00
Makefile Updated GPS logitude/latitude calculation. 2014-05-24 21:16:02 +01:00
platform.h Adding test-specific platform.h file. 2014-05-05 17:09:55 +01:00
telemetry_hott_unittest.cc Updated GPS logitude/latitude calculation. 2014-05-24 21:16:02 +01:00
unittest_macros.h Adding test for the downwards thrust direction logic added in 2014-05-05 17:06:20 +01:00