Change to examples so they also builds

This commit is contained in:
2021-03-19 17:37:37 +01:00
parent 530fb9c111
commit 1936746a40
6 changed files with 1449 additions and 90 deletions

View File

@ -1,5 +1,5 @@
/*
* max7456Registers.h
* MAX7456Registers.h
*
* Created on: 13 oct. 2012
* Author: Benoit
@ -14,7 +14,7 @@
/**
* @typedef charact
* @brief Represents a character as stored in max7456 character memory.
* @brief Represents a character as stored in MAX7456 character memory.
*/
typedef byte charact[54];