10#ifndef HALL_SWITCH_WICED_H_
11#define HALL_SWITCH_WICED_H_
13#include "../../../config/hall-conf.hpp"
15#if (HALL_SWITCH_FRAMEWORK == HALL_SWITCH_FRMWK_WICED)
20#include "wiced_platform.h"
33 wiced_gpio_t powerPin = UNUSED_PIN);
Definition hall-switch-wiced.hpp:28
Definition hall-switch.hpp:23
CBack_t cBack
Definition hall-switch.hpp:122
void(* CBack_t)(Result_t)
Callback function type for interrupt mode.
Definition hall-switch.hpp:91
Hall WICED Hardware Platforms.