13 #ifndef TLE5012_PAL_WICED_HPP_
14 #define TLE5012_PAL_WICED_HPP_
16 #include "../../../config/tle5012-conf.hpp"
18 #if (TLE5012_FRAMEWORK == TLE5012_FRMWK_WICED)
26 #include "../../../corelib/TLE5012b.hpp"
28 #include <wiced_platform.h>
34 #define PIN_SPI_EN UNUSED_PIN
40 #define TLE94112_PIN_CS1 WICED_GPIO_7
Definition: TLE5012b.hpp:30
slaveNum
Definition: TLE5012b.hpp:40
@ TLE5012B_S0
TLE5012B_S0 default setting for only one sensor on the SPI.
Definition: TLE5012b.hpp:41
errorTypes
Error types from safety word.
Definition: tle5012b_util.hpp:73
represents a basic TLE5012b Wiced class.
Definition: TLE5012-pal-wiced.hpp:53
Tle5012Wiced()
Definition: TLE5012-pal-wiced.cpp:25
uint8_t mSpiNum
Number of used SPI channel.
Definition: TLE5012-pal-wiced.hpp:57
errorTypes begin()
begin method with default assignments for the SPI bus and pin setting. The EN pin is only available f...
Definition: TLE5012-pal-wiced.cpp:53
WICED PAL for the SPI cover.