N2CMU Arduino
|
Header file defining the command constants for communication with N2CMU (Neural Network Coprocessing Microcontroller Unit). More...
Go to the source code of this file.
Typedefs | |
typedef enum N2CMUCommands | N2CMUCommands |
Enumeration defining command constants for N2CMU communication. More... | |
Header file defining the command constants for communication with N2CMU (Neural Network Coprocessing Microcontroller Unit).
This header file contains an enumeration of command constants used for communication between the main microcontroller and the N2CMU device. These commands are used to perform various operations such as initializing the network, training, inference, setting parameters, and retrieving network information.
typedef enum N2CMUCommands N2CMUCommands |
Enumeration defining command constants for N2CMU communication.
The N2CMUCommands
enumeration defines a set of command constants that are utilized for communication between the main microcontroller and the N2CMU device. Each command represents a specific operation or action to be performed by the N2CMU device.
enum N2CMUCommands |
Enumeration defining command constants for N2CMU communication.
The N2CMUCommands
enumeration defines a set of command constants that are utilized for communication between the main microcontroller and the N2CMU device. Each command represents a specific operation or action to be performed by the N2CMU device.