Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardwario/twr-skeleton
HARDWARIO TOWER Firmware Skeleton (Empty Application)
https://github.com/hardwario/twr-skeleton
c hardwario iot sdk tower
Last synced: 9 days ago
JSON representation
HARDWARIO TOWER Firmware Skeleton (Empty Application)
- Host: GitHub
- URL: https://github.com/hardwario/twr-skeleton
- Owner: hardwario
- License: mit
- Created: 2021-01-06T09:54:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T00:48:55.000Z (8 months ago)
- Last Synced: 2024-04-16T03:29:10.323Z (7 months ago)
- Topics: c, hardwario, iot, sdk, tower
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firmware Skeleton for HARDWARIO TOWER Core Module
[![Travis](https://travis-ci.org/hardwario/twr-skeleton.svg?branch=master)](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 a.s.**](https://www.hardwario.com/) in the heart of Europe.