Skip to content

Arduino N2CMU Library v0.0.3

Latest
Compare
Choose a tag to compare
@nthnn nthnn released this 09 May 18:09
· 7 commits to main since this release

N2CMU Arduino Library

Arduino CI Arduino Lint Spellcheck CI Arduino Release License: GNU GPL v3.0

This is the official Arduino library for N2CMU (Neural Network Coprocessing Microcontroller Unit).

Arduino N2CMU Shield

Getting Started

To start using n2cmu-arduino library in your Arduino projects, follow these simple steps:

  1. Open your Library Manager on Arduino IDE.
  2. Type n2cmu-arduino and click "Install."

Alternatively, you can follow the steps below:

  1. Download the n2cmu-arduino library from the GitHub repository.

  2. Extract the downloaded archive and rename the folder to n2cmu-arduino.

  3. Move the n2cmu-arduino folder to the Arduino libraries directory on your computer.

    • Windows: Documents\Arduino\libraries\
    • MacOS: ~/Documents/Arduino/libraries/
    • Linux: ~/Arduino/libraries/
  4. Launch the Arduino IDE.

Full Changelog: v0.0.2...v0.0.3