Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Go to the source code of this file.
Typedefs | |
typedef uint8_t | DayOfWeekBitMask |
Enumerations | |
enum class | DayOfWeek : uint8_t { Sunday = 1 << 0 , Monday = 1 << 1 , Tuesday = 1 << 2 , Wednesday = 1 << 3 , Thursday = 1 << 4 , Friday = 1 << 5 , Saturday = 1 << 6 } |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Sep 24, 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) More... | |
Functions | |
uint8_t | dayNumber (DayOfWeek day) |
DayOfWeek | operator+ (DayOfWeek day, int offset) |
DayOfWeek | operator- (DayOfWeek day, int offset) |
typedef uint8_t DayOfWeekBitMask |
|
strong |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: Sep 24, 2019 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
Enumerator | |
---|---|
Sunday | |
Monday | |
Tuesday | |
Wednesday | |
Thursday | |
Friday | |
Saturday |
|
inline |