C0D3-M4513R / CD74HCT299

A CLI C++ implementation for the CD74HCT299 IC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

This is a c++ cli implementation for the CD74HCT299 (for the Raspberry Pi).

Reading from IO Pins is currently WIP, but should work. This Repo is currently restricted to Raspberry Pi only, because i'm currently using wiringPi.

Compilation

If you want to compile this project, use those commands in order:

#cd
#cd Downloads
git clone https://github.com/C0D3-M4513R/CD74HCT299.git
cd CD74HCT299
cmake .
make

Afterwards you should find a file named untitled in the Directory CD74HCT299.

Pins

The Following pins are used:

  • 19 ← Q7
  • 21: → DS0
  • 23: → CP
  • 24: → S0
  • 26: → S1

License

This Repository is decicated to public domain and uses the UNLICENSE License. See more in the LICENSE file.

About

A CLI C++ implementation for the CD74HCT299 IC

License:The Unlicense


Languages

Language:C++ 95.8%Language:CMake 4.2%