[toc]
- rgb_base : The most basic RGB function will sequentially light up all the lights on the board.
- rgb_bh1750 : Control the brightness of RGB lights based on the illumination value read by BH1750.
- roll_i_love_u : Display scrolling i love u on the development board.
- snake : Play Snake on an RGB light array and control the direction through 'A', 'S',' W ', and' D '.
-
Enter the project folder and compile using the following instructions.
make clean && make
-
After the compilation is completed, an executable file main will be generated. Use the following instructions to execute it.
./main