Multi Half-Bridge 4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
 
Loading...
Searching...
No Matches
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
21class Tle94112Wiced: virtual public Tle94112
22{
23 public:
24
25 Tle94112Wiced(void);
27};
30#endif
void init(void)
initializes this object, automatically called by begin()
Definition tle94112.cpp:220
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.