An open API service indexing awesome lists of open source software.

https://github.com/louisdh/microcontroller-kit

Value types, operators and functions for tinkering with microcontrollers in software.
https://github.com/louisdh/microcontroller-kit

bits boolean-algebra microcontroller nibble seven-segment

Last synced: 6 days ago
JSON representation

Value types, operators and functions for tinkering with microcontrollers in software.

Awesome Lists containing this project

README

        


MicrocontrollerKit


Travis build status
Code Climate
Codecov


Swift
Platform: macOS
Twitter

## About
MicrocontrollerKit is a Swift framework containing basic value types, operators and functions for tinkering with microcontrollers in software.

### Seven-segment display
In the macOS example, 2 nibbles are created and added. Its sum is given to a `SevenSegmentDisplay`, which has a textual representation using emoticons.
![](readme-resources/seven-segment-example_.png)

## Requirements
* Xcode 9.3+

## License

This project is available under the MIT license. See the LICENSE file for more info.