Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machv/twr-radio-doorbell
https://github.com/machv/twr-radio-doorbell
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/machv/twr-radio-doorbell
- Owner: machv
- License: mit
- Created: 2020-05-31T21:10:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T21:59:33.000Z (over 4 years ago)
- Last Synced: 2024-11-07T23:41:11.459Z (2 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firmware Skeleton for BigClown Core Module
[![Travis](https://img.shields.io/travis/bigclownlabs/bcf-skeleton/master.svg)](https://travis-ci.org/bigclownlabs/bcf-skeleton)
[![Release](https://img.shields.io/github/release/bigclownlabs/bcf-skeleton.svg)](https://github.com/bigclownlabs/bcf-skeleton/releases)
[![License](https://img.shields.io/github/license/bigclownlabs/bcf-skeleton.svg)](https://github.com/bigclownlabs/bcf-skeleton/blob/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/follow/BigClownLabs.svg?style=social&label=Follow)](https://twitter.com/BigClownLabs)This repository contains firmware skeleton for [Core Module](https://shop.bigclown.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://www.bigclown.com/doc/firmware/basic-overview/**
User's application code (business logic) goes into `app/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.