Keyestudio Smart Little Turtle Robot V3 Manual page 206

Table of Contents

Advertisement

www.keyestudio.com
(3) Connection Diagram
(4) Test Code
/*
keyestudio smart turtle robot
lesson 14.2
Bluetooth Control turtle
http://www.keyestudio.com
*/
#include <ks_Matrix.h>
Matrix myMatrix(A4,A5);
//Array, used to store the data of pattern, can be calculated by yourself or
obtained from the modulus tool
uint8_t matrix_heart[8]={0x66,0x99,0x81,0x81,0x42,0x24,0x18,0x00};
206

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents