kimar / SwiftIO

A Swift framework for microcontrollers.

Home Page:https://madmachine.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftIO

SwiftIO pinout

A Swift framework for microcontrollers. The SwiftIO board provides a good way to learn Swift code. Write your code in the IDE, download to your board, and you'll get the results in real time if you've had the circuit connected.

Documentation

The SwiftIO library provides an easy access to communicate with the external circuits simply by invoking the related classes/methods in the MadMachine IDE. You can read or write the digital and analog signal, as well as using the communication protocol.

Library structure

You can obtain the source code of each clasee in the following links.

Examples

Before starting to write your project, you can download and run the example codes here to get familiar with the library usage.

  • GetStarted - simple code to learn the basic skill
  • SimpleIO - examples using analog and digital signal
  • AdvancedIO - examples using communication protocle

IDE Installation

Please choose the version according to your operating system and install the IDE following the instructions below.

About

A Swift framework for microcontrollers.

https://madmachine.io

License:MIT License


Languages

Language:Swift 83.6%Language:C 16.4%