ClearCore Library
Installation and Update Instructions

Automatic Install

Download and run the appropriate installer for your development environment below to automatically install all ClearCore libraries:

Manual Install

If the installers above cannot be run, or if a manual installation is preferred, follow the appropriate instructions below for your development environment:

Updating Libraries

To check which release of the ClearCore software library is being used, and/or to update to a different release follow the instructions below:

Microchip/Atmel Studio

Checking your current version number

  1. The library version can be found by checking this folder name:
    C:\Program Files (x86)\Teknic\ClearCore-Library x.x where "x.x" is the version number.

Updating the version

  1. The latest released version can be found on Teknic's ClearCore GitHub repository:
    https://github.com/Teknic-Inc/ClearCore-library/releases

  2. Under the most recent release, download the Source Code .zip file.

  3. Extract this .zip file to this location:
    C:\Program Files (x86)\Teknic

  4. The newer version will now be included in your program files. Note: any older version is not removed by this process.

Arduino

Checking your current version number

  1. Open the Arudino IDE and navigate to Tools > Board > Boards Manager...
  2. In the Boards Manager search bar, search for "ClearCore". The library version number will be listed here.

Updating the version

  1. If newer versions are available, the "Update" button will be visible. Click "Update".


    When the most recent library version is installed, older versions of the library may be selectable. It is only recommended to use older versions
    if your ClearCore application code was originally developed using an older version. Some newer features may not be usable with earlier versions.