Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Small_CPU/Inc/scheduler.h Sat Oct 06 15:02:11 2018 +0200 +++ b/Small_CPU/Inc/scheduler.h Thu Mar 07 15:06:43 2019 +0100 @@ -75,8 +75,20 @@ long no_fly_time_minutes; } SBackup; +typedef struct +{ + uint8_t counterSPIdata100msec; + uint8_t counterPressure100msec; + uint8_t counterCompass100msec; + uint8_t counterAmbientLight100msec; + uint16_t counterWireless1msec; + uint32_t tickstart; +} SScheduleCtrl; + + /* Variables ---------------------------------------------------------*/ extern SGlobal global; +extern uint8_t dohardspisync; /* Function prototypes -----------------------------------------------*/