Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satharus/i2c-wiringx-milk-v
Example of using WiringX to use I2C on the Milk-V Duo S SBC
https://github.com/satharus/i2c-wiringx-milk-v
Last synced: about 9 hours ago
JSON representation
Example of using WiringX to use I2C on the Milk-V Duo S SBC
- Host: GitHub
- URL: https://github.com/satharus/i2c-wiringx-milk-v
- Owner: Satharus
- License: bsd-3-clause
- Created: 2024-08-17T19:07:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T07:04:59.000Z (5 months ago)
- Last Synced: 2024-08-29T08:35:21.813Z (5 months ago)
- Language: C
- Homepage:
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I2C-WiringX-Milk-V
This is source code to accompany my blog post: [Milk, I2C, and SMBus](https://satharus.me/tech/2024/08/27/i2c_milkv.html).
![example](extras/temperature.gif)
## How to:
- Follow the steps in the blog post to make sure you have a working musl RISC-V toolchain
- Clone this repository: `git clone https://github.com/Satharus/I2C-WiringX-Milk-V`
- Setup the environment: `source envsetup.sh`
- Build the binary: `make`
- Copy `sense` to the Milk-V Duo S
- Run it: `./sense`
- Profit??