N2CMU Arduino
n2cmu.h File Reference

Header file for N2CMU (Neural Network Coprocessing Microcontroller Unit). More...

#include <SoftwareSerial.h>
Include dependency graph for n2cmu.h:

Go to the source code of this file.

Classes

class  N2Coprocessor
 Class representing the N2CMU device. More...
 

Macros

#define N2CMU_RX_PIN   6
 Pin number for receiving data from N2CMU.
 
#define N2CMU_TX_PIN   5
 Pin number for transmitting data to N2CMU.
 
#define N2CMU_RESET_TIMEOUT   4558
 Timeout duration for resetting N2CMU device.
 

Detailed Description

Header file for N2CMU (Neural Network Coprocessing Microcontroller Unit).

Author
Nathanne Isip

This header file defines the N2Coprocessor class, providing an interface for interacting with the N2CMU shield device. It includes functions for initializing, configuring, training, and inferring with neural networks, as well as setting and getting various parameters of the neural network model.