Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
tle94112-ino.hpp
Go to the documentation of this file.
1 
9 #ifndef TLE94112_INO_HPP_
10 #define TLE94112_INO_HPP_
11 
12 #include "tle94112.hpp"
13 #include "tle94112-platf-ino.hpp"
14 
24 class Tle94112Ino: virtual public Tle94112
25 {
26  public:
27  Tle94112Ino(void);
28  Tle94112Ino(uint8_t csPin);
29 };
32 #endif
Tle94112Ino(void)
Construct a new Tle94112Ino:: Tle94112Ino object with default pin assignment.
Definition: tle94112-ino.cpp:19
Arduino Tle94112Ino constructor.
Definition: tle94112-ino.hpp:25
represents a basic TLE94112
Definition: tle94112.hpp:67
TLE94112 Arduino Hardware Platforms.
TLE94112 Core API.