105 Commits (0a2d23f59a87b3db327deceb05a8dc9a81f9d52a)
 

Author SHA1 Message Date
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
polymurph 3983828b7c added cmake test project
4 years ago
polymurph 39634860b2 work on finite state machine
4 years ago
polymurph 4594792f77 work on modeling a pin interface
4 years ago
polymurph 19e568fb93 work on finite state machine
4 years ago
polymurph 8cf59eec6e work on gpio interface
4 years ago
polymurph 9e4c8e2a75 added thread interface
4 years ago
polymurph 073fdadfad added resource lock interface + posix example
4 years ago
polymurph cdd710ad16 added small changes to dummy implementation
4 years ago
polymurph 1e7e7fc168 working clean pImpl idom for i2c
4 years ago
polymurph b49f205284 work on temp
4 years ago
polymurph a61a6b1c6d work on clean version of i2c pImpl idom
4 years ago
polymurph 8e21b7b8f8 added new helpfull video
4 years ago
Kerem Yollu 01fe2f7f33 Created STM project wiht Preinit of I2C
4 years ago
polymurph ee517ad053 work on logger
4 years ago
polymurph 16f9e9c0b4 added posix thread example in training
4 years ago
polymurph 66d839b947 work on commstack idea
4 years ago
polymurph 893a5205e9 work oncomstack
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 ff66e63fa6 work on training
4 years ago
edwin 66ce6a2812 added struckture test
4 years ago
edwin 2d01b49bbf work on i2c read/write buffer feature
4 years ago
edwin 1b06a4a084 added link
4 years ago
edwin a0c90a3f0f work on mcp4725 dac
4 years ago
edwin b262a37964 work on i2c write buffer feature
4 years ago
edwin 9bbf2ddb5e added example for passing non static memberfunctions as callback
4 years ago
edwin b805d38def added Readme for notes
4 years ago
edwin 39b9426f71 work on dac mcp4725
4 years ago
edwin 6f7b9d2b53 work on the mcp4725 dac
4 years ago
edwin be331e3ede added .gitignore
4 years ago
Kerem Yollu c73a17eb10 Added the error implmentation in ./communication/i2c/i2c.cpp and started with Doxygen
4 years ago
Kerem Yollu 9a8fe8a335 pca9685 adapted for new I2C Pimpl plus Added new Functions : turnAllOff() & turnAllOn()
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 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
Kerem Yollu a504c85e79 Beginning of template implementation
4 years ago
Kerem Yollu 805597a71b Added a bh1750 light sensor module to test the 12c Functions and to expriment with the overall structure
4 years ago