Degree Computation

Dependencies:   aconno_SEGGER_RTT LSM9DS1 Si7006A20 adc52832_common aconnoMPL115A1 aconno_bsp

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tasks.h Source File

tasks.h

00001 /**
00002  * Made by Jurica @ aconno
00003  * jurica@aconno.de
00004  * More info @ aconno.de
00005  */
00006 
00007 #ifndef __TASKS_H__
00008 #define __TASKS_H__
00009 
00010 void updateDataTask();
00011 void sendDataTask();
00012 
00013 #endif  // __TASKS_H__