flexi-bot/vendor/teknic/clear-core/ClearCore-Arduino-wrapper
2023-09-05 20:38:49 +02:00
..
.gitlab/issue_templates init v0.2 2023-09-05 20:38:49 +02:00
bootloader init v0.2 2023-09-05 20:38:49 +02:00
cores/arduino init v0.2 2023-09-05 20:38:49 +02:00
drivers init v0.2 2023-09-05 20:38:49 +02:00
libraries init v0.2 2023-09-05 20:38:49 +02:00
Style init v0.2 2023-09-05 20:38:49 +02:00
TestSketch init v0.2 2023-09-05 20:38:49 +02:00
variants/clearcore init v0.2 2023-09-05 20:38:49 +02:00
.gitattributes init v0.2 2023-09-05 20:38:49 +02:00
.gitignore init v0.2 2023-09-05 20:38:49 +02:00
.gitlab-ci.yml init v0.2 2023-09-05 20:38:49 +02:00
.gitmodules init v0.2 2023-09-05 20:38:49 +02:00
boards.txt init v0.2 2023-09-05 20:38:49 +02:00
ClearCore.atsln init v0.2 2023-09-05 20:38:49 +02:00
ClearCoreArduino.cppproj init v0.2 2023-09-05 20:38:49 +02:00
keywordify.py init v0.2 2023-09-05 20:38:49 +02:00
keywords.txt init v0.2 2023-09-05 20:38:49 +02:00
LICENSE init v0.2 2023-09-05 20:38:49 +02:00
package_clearcore_index.json init v0.2 2023-09-05 20:38:49 +02:00
platform.txt init v0.2 2023-09-05 20:38:49 +02:00
README.md init v0.2 2023-09-05 20:38:49 +02:00
zipClearCore.cmd init v0.2 2023-09-05 20:38:49 +02:00

ClearCore-Arduino-wrapper

This repository contains the source code for the ClearCore Arduino Wrapper, which allows users to interact with a Teknic ClearCore using common Arduino functions.

Instead of interfacing directly to the processor pins, the ClearCore Arduino Wrapper uses the ClearCore libraries and provides an interface to the ClearCore connectors. This leverages all of the ClearCore library features with the ease of programming in the Arduino IDE.

Installation of the ClearCore board within the Arduino IDE should be performed using the Arduino board manager. This repository is intended for building new packages for use with the board manager.

Installers and Resources

https://www.teknic.com/downloads/

Example Programs

To help you quickly get started programming your ClearCore application, several ClearCore examples are included. Once you have the Teknic ClearCore selected as the active board, the Arduino File/Examples menu will include examples demonstrating how to use various features of the ClearCore, as well as the standard examples.