Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-wiced.hpp
Go to the documentation of this file.
1 
10 #ifndef TLE94112_WICED_HPP_
11 #define TLE94112_WICED_HPP_
12 
13 #include <wiced_platform.h>
14 #include "tle94112.hpp"
15 
21 class Tle94112Wiced: virtual public Tle94112
22 {
23  public:
24 
25  Tle94112Wiced(void);
26  Tle94112Wiced(wiced_gpio_t csPin);
27 };
30 #endif
represents a basic TLE94112
Definition: tle94112.hpp:67
Tle94112Wiced(void)
Construct a new Tle94112Wiced::Tle94112 Wiced object with default pin assignment.
Definition: tle94112-wiced.cpp:19
Definition: tle94112-wiced.hpp:22
TLE94112 Core API.