Add the 74HC595 Snake game project
This commit is contained in:
12
08-74HC595-Snake/matrix.h
Normal file
12
08-74HC595-Snake/matrix.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _MATRIX_H_
|
||||
#define _MATRIX_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int pokeMatrixPixel(uint8_t x, uint8_t y);
|
||||
void resetMatrix();
|
||||
void displayMatrix();
|
||||
void writeLEDMatrix(uint8_t row, uint8_t col);
|
||||
void testMatrix();
|
||||
|
||||
#endif // _MATRIX_H_
|
||||
Reference in New Issue
Block a user