Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor proposals #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# PeriperalDevices
# PeripheralDevices



code to get data from I2C and SPI devices

Code is original writem for MBED on line compiler
Code is original written for MBED on line compiler

But to use the code on other platforms it is moved to github

Now the code is compiled with mbed-cli ( local machine)
Now the code is compiled with mbed-cli (local machine)

The code of the devices should be ( or will be in ) platfrom independent
The code of the devices should be (or will be in) platform independent

Only the implementation of the I2C interface is platform depending.

Expand All @@ -20,5 +20,5 @@ For more documentation check
https://github.com/wimbeaumont/peripheral_dev_tst.git README.md

history :
20201029 tagged verson v1.0 as this is compatible with mbed2 . Thereafter changes are needed to be compatible with mbed_os 5 and beyond
20201029 tagged verson v1.0 as this is compatible with mbed2. Thereafter changes are needed to be compatible with mbed_os 5 and beyond