Mercurial > public > ostc4
comparison Small_CPU/Inc/scheduler.h @ 160:e3ca52b8e7fa
Merge with FlipDisplay
author | heinrichsweikamp |
---|---|
date | Thu, 07 Mar 2019 15:06:43 +0100 |
parents | ee744c7160ce |
children | 331882a89421 |
comparison
equal
deleted
inserted
replaced
80:cc2bb7bb8456 | 160:e3ca52b8e7fa |
---|---|
73 { | 73 { |
74 long seconds_since_last_dive; | 74 long seconds_since_last_dive; |
75 long no_fly_time_minutes; | 75 long no_fly_time_minutes; |
76 } SBackup; | 76 } SBackup; |
77 | 77 |
78 typedef struct | |
79 { | |
80 uint8_t counterSPIdata100msec; | |
81 uint8_t counterPressure100msec; | |
82 uint8_t counterCompass100msec; | |
83 uint8_t counterAmbientLight100msec; | |
84 uint16_t counterWireless1msec; | |
85 uint32_t tickstart; | |
86 } SScheduleCtrl; | |
87 | |
88 | |
78 /* Variables ---------------------------------------------------------*/ | 89 /* Variables ---------------------------------------------------------*/ |
79 extern SGlobal global; | 90 extern SGlobal global; |
91 extern uint8_t dohardspisync; | |
80 | 92 |
81 | 93 |
82 /* Function prototypes -----------------------------------------------*/ | 94 /* Function prototypes -----------------------------------------------*/ |
83 | 95 |
84 void initGlobals(void); | 96 void initGlobals(void); |