18 Commits (37539d3f06f81cf0bf47c99b0be998c6bda851da)

Author SHA1 Message Date
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
Kerem Yollu 53d5ac334f canged the i2c implementation as is with the same methode used in temp/pImpl_I2C but we need to look to the diefference between class & an Structure + maybe do some changes to the i2c Functions
4 years ago
edwin 7810fb817f added new dac command to set value manually
4 years ago
edwin 8fd0bb88cb refined dac example
4 years ago
edwin 146a254f40 working dacexample
4 years ago
Kerem Yollu 1f802b9ecf i2c buffer functions / First implementation
4 years ago
edwin 1ee2eb4024 work on dac
4 years ago
edwin 6f7b9d2b53 work on the mcp4725 dac
4 years ago
Kerem Yollu 822af574d4 Cleaned the pca9685 driver and Added some TODOs. Started with the ads1050 driver
4 years ago
Kerem Yollu 4fee0dd031 the pca9685 is not the most precise chip so tweaking with a scope is a great idea
4 years ago
Kerem Yollu b5edea5c7f Fist functioning version of the pca9685
4 years ago
Kerem Yollu 36c91832ac started on pca9685 driver
4 years ago
Kerem Yollu e5179d632d Error manager is also implement as funtion pointer
4 years ago
Kerem Yollu 897f669682 Implement class passing as agrument & i2c.hpp template need to be revisited it doesn't compile
4 years ago
Kerem Yollu 719c3ecb16 Made some structural re-organization
4 years ago