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.
- Host: GitHub
- URL: https://github.com/louisdh/microcontroller-kit
- Owner: louisdh
- License: mit
- Created: 2017-08-15T18:38:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:07:09.000Z (about 7 years ago)
- Last Synced: 2025-03-30T06:11:17.175Z (25 days ago)
- Topics: bits, boolean-algebra, microcontroller, nibble, seven-segment
- Language: Swift
- Size: 266 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## 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.
## Requirements
* Xcode 9.3+## License
This project is available under the MIT license. See the LICENSE file for more info.