2020-10-20 17:38:41 +02:00
|
|
|
#ifndef CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
|
|
|
#define CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
|
|
|
|
|
|
|
namespace switches {
|
2022-02-02 10:29:30 +01:00
|
|
|
/* Switches are uint8_t datatype and go from 0 to 255 */
|
|
|
|
enum switcherList {};
|
2020-10-20 17:38:41 +02:00
|
|
|
|
2022-02-02 10:29:30 +01:00
|
|
|
} // namespace switches
|
2020-10-20 17:38:41 +02:00
|
|
|
|
|
|
|
#endif /* CONFIG_DEVICES_POWERSWITCHERLIST_H_ */
|