Mercurial > public > ostc4
comparison Discovery/Src/base.c @ 1033:5f66e44d69f0 Puls_Integration
Added functionality needed for subscription of standard Bluetooth pulse service notifications
| author | Ideenmodellierer |
|---|---|
| date | Sat, 02 Aug 2025 22:42:51 +0200 |
| parents | 33b91584d827 |
| children | 195bfbdf961d |
comparison
equal
deleted
inserted
replaced
| 1032:33b91584d827 | 1033:5f66e44d69f0 |
|---|---|
| 235 #include "tDebug.h" | 235 #include "tDebug.h" |
| 236 #include "motion.h" | 236 #include "motion.h" |
| 237 #include "t7.h" | 237 #include "t7.h" |
| 238 #include "t3.h" | 238 #include "t3.h" |
| 239 #include "tMenuEditSetpoint.h" | 239 #include "tMenuEditSetpoint.h" |
| 240 #include "cv_heartbeat.h" | |
| 241 #include "tInfoLogger.h" | |
| 240 | 242 |
| 241 #ifdef DEMOMODE | 243 #ifdef DEMOMODE |
| 242 #include "demo.h" | 244 #include "demo.h" |
| 243 static void TIM_DEMO_init(void); | 245 static void TIM_DEMO_init(void); |
| 244 #endif | 246 #endif |
| 525 } | 527 } |
| 526 else | 528 else |
| 527 { | 529 { |
| 528 TriggerButtonAction(); | 530 TriggerButtonAction(); |
| 529 } | 531 } |
| 532 | |
| 533 cv_heartbeat_HandleData(); | |
| 534 | |
| 530 if(DoHousekeeping) | 535 if(DoHousekeeping) |
| 531 { | 536 { |
| 532 DoHousekeeping = housekeepingFrame(); | 537 DoHousekeeping = housekeepingFrame(); |
| 533 } | 538 } |
| 534 if(DoDisplayRefresh) /* set every 100ms by timer interrupt */ | 539 if(DoDisplayRefresh) /* set every 100ms by timer interrupt */ |
