Skip to content

Arduino N2CMU Library v0.0.2

Compare
Choose a tag to compare
@nthnn nthnn released this 25 Apr 18:43
· 19 commits to main since this release

N2CMU Arduino Library

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

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

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.1...v0.0.2