Skip to content

Driver for TLE7230 infineon relay driver, for raspberry pi, in c++ requires pigpiod is running. Code should be correct, but possible typos in comments from rushed ctrl+c ctrl+v

License

Notifications You must be signed in to change notification settings

elliott614/TLE7230pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TLE7230pi

Driver for TLE7230 infineon relay driver, for raspberry pi, in c++ requires pigpiod is running. Code should be correct, but possible typos in comments from rushed ctrl+c ctrl+v

To Build

g++ -pthread [main.cpp] -o [main] -lpigpiod_if2 -lrt -std=c++20

**make sure pigpio daemon is running before running program: sudo pigpiod

About

Driver for TLE7230 infineon relay driver, for raspberry pi, in c++ requires pigpiod is running. Code should be correct, but possible typos in comments from rushed ctrl+c ctrl+v

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages