Debinix Team Library MyMacros
The Arduino library identifies your unique collection of development boards
Public Attributes | List of all members
board Struct Reference

#include <MyMacros.h>

Public Attributes

int type = 0
 
const char * make = "Unknown"
 
const char * model = "Unknown"
 
const char * mcu = "Unknown"
 

Detailed Description

The structure holds members from Board Identify library

Member Data Documentation

◆ type

int board::type = 0

Board type is a unique number assigned by Board Identify library

◆ make

const char* board::make = "Unknown"

Manufactures name

◆ model

const char* board::model = "Unknown"

Model name

◆ mcu

const char* board::mcu = "Unknown"

Microcontroller used on the board


The documentation for this struct was generated from the following file: