Mercurial > public > ostc4
comparison Discovery/Inc/tHome.h @ 212:c878a08dcf86
Merged in janlmulder/ostc4/cv-persistent (pull request #10)
Custom views persistent and better support for mCCR
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Tue, 26 Mar 2019 22:23:26 +0000 |
parents | b2a9e9b02df0 |
children | 8466c994f3e6 |
comparison
equal
deleted
inserted
replaced
209:2de856965c55 | 212:c878a08dcf86 |
---|---|
82 CVIEW_T3_END | 82 CVIEW_T3_END |
83 }; | 83 }; |
84 | 84 |
85 // for custom view switch on/off 161122 hw | 85 // for custom view switch on/off 161122 hw |
86 extern const uint8_t cv_changelist[6]; | 86 extern const uint8_t cv_changelist[6]; |
87 extern uint32_t cv_configuration; | |
88 #define CHECK_BIT_THOME(var,pos) (((var)>>(pos)) & 1) | 87 #define CHECK_BIT_THOME(var,pos) (((var)>>(pos)) & 1) |
89 | 88 |
90 typedef struct | 89 typedef struct |
91 { | 90 { |
92 uint16_t Hours; | 91 uint16_t Hours; |