Multi Half-Bridge 4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
 
Loading...
Searching...
No Matches
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"
14
24class Tle94112Ino: virtual public Tle94112
25{
26 public:
27 Tle94112Ino(void);
28 Tle94112Ino(uint8_t csPin);
29 Tle94112Ino(uint8_t csPin, uint8_t enPin);
30};
33#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.