Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubmartin/twr-usb-i2c-terminal
USB UART to I2C terminal with I2C scan, register read and write
https://github.com/hubmartin/twr-usb-i2c-terminal
Last synced: about 1 month ago
JSON representation
USB UART to I2C terminal with I2C scan, register read and write
- Host: GitHub
- URL: https://github.com/hubmartin/twr-usb-i2c-terminal
- Owner: hubmartin
- License: mit
- Created: 2021-10-11T10:43:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T10:45:21.000Z (over 3 years ago)
- Last Synced: 2024-10-28T09:35:22.563Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USB UART to I2C terminal with I2C scan, register read and write
USB UART to I2C terminal with I2C scan, register read and write
[![Travis](https://travis-ci.org/hardwario/bcf-skeleton.svg?branch=masterg)](https://travis-ci.org/hardwario/twr-skeleton)
[![Release](https://img.shields.io/github/release/hardwario/twr-skeleton.svg)](https://github.com/hardwario/twr-skeleton/releases)
[![License](https://img.shields.io/github/license/hardwario/twr-skeleton.svg)](https://github.com/hardwario/twr-skeleton/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/hardwario_en.svg?style=social&label=Follow)](https://twitter.com/hardwario_en)This repository contains firmware skeleton for [Core Module](https://shop.hardwario.com/core-module).
If you want to get more information about Core Module, firmware and how to work with it, please follow this link:
**https://tower.hardwario.com/en/latest/firmware/basic-overview**
User's application code (business logic) goes into `src/application.c`.
The default content works as a *Hello World* example.
When flashed into Core Module, it toggles LED state with each button press.## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO s.r.o.**](https://www.hardwario.com/) in the heart of Europe.