This is the official Arduino library for N2CMU (Neural Network Coprocessing Microcontroller Unit).
To start using n2cmu-arduino
library in your Arduino projects, follow these simple steps:
- Open your Library Manager on Arduino IDE.
- Type
n2cmu-arduino
and click "Install."
Alternatively, you can follow the steps below:
-
Download the
n2cmu-arduino
library from the GitHub repository. -
Extract the downloaded archive and rename the folder to
n2cmu-arduino
. -
Move the
n2cmu-arduino
folder to the Arduino libraries directory on your computer.- Windows:
Documents\Arduino\libraries\
- MacOS:
~/Documents/Arduino/libraries/
- Linux:
~/Arduino/libraries/
- Windows:
-
Launch the Arduino IDE.
Copyright (c) 2024 Nathanne Isip
n2cmu-arduino
is distributed under the GNU General Public License v3.0. For further details, refer to the LICENSE file.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.