microcontroller-kit icon indicating copy to clipboard operation
microcontroller-kit copied to clipboard

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

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.

Requirements

  • Xcode 9.3+

License

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