14 Commits (ba9f7906b055e7ddd216e414178eb72b4ef18fd3)

Author SHA1 Message Date
key ba9f7906b0 Implemented a CMAKE compiling enviroment, needs to be tested on the RPI
4 years ago
Kerem Yollu 7edfa19d78 gpio.c finished pinRead function
4 years ago
Kerem Yollu 37539d3f06 gpio is compiling corretcly and working as supposed, but let's have look to the implementation
4 years ago
Kerem Yollu 6722bf017b Working on the GPIO library for Linux There is more than expected, for now it i compiling and can set / unset / write to an GPIO
4 years ago
Kerem Yollu cd82a567e8 pca9555 is now working but need to be completed
4 years ago
Kerem Yollu 63b4c1a0e8 First and empty implementation of Gpio Pimpl under periferals/gpio. Compiling and working. Made some more cleaning
4 years ago
edwin 2d01b49bbf work on i2c read/write buffer feature
4 years ago
edwin b262a37964 work on i2c write buffer feature
4 years ago
Kerem Yollu d4f74ab927 I2c Implementation is working, but error management is not clear, must chekc writeBuffer & readBuffer functions
4 years ago
Kerem Yollu 066aac8f6d First working pimpl example
4 years ago
Kerem Yollu f28dc3e09c somewhat working ads1015 but results are still raw added an I2C function writeWordWithReg we nnet to think about it's meaning but it's wokring
4 years ago
Kerem Yollu 822af574d4 Cleaned the pca9685 driver and Added some TODOs. Started with the ads1050 driver
4 years ago
Kerem Yollu e5179d632d Error manager is also implement as funtion pointer
4 years ago
Kerem Yollu 719c3ecb16 Made some structural re-organization
4 years ago