1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Add note for .klm logging to SDCard as possible task

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@71 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-16 16:53:24 +00:00 committed by dankers
parent 0fe0a30e9c
commit b4c9f6dc3f

View File

@ -65,6 +65,8 @@ void OpenPilotInit(void)
- I2C module sending and receiving needs to be included in here somwhere. Inputs would be interrupt triggered.
- Task to check inbuilt preasure sensor every second and update GCS
- Task to write to a .klm for google earth to the SDCard every interval (interval is config parameter as is turning on this this logging feature. Check to see if SDCard is ok before writing, i.e. check it has not fallen out, check it is not full as well.
*/
}