Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 713 Bytes

Sufficient-IoT-Joy

[toc]

DESCRIPTION

  1. rgb_base : The most basic RGB function will sequentially light up all the lights on the board.
  2. rgb_bh1750 : Control the brightness of RGB lights based on the illumination value read by BH1750.
  3. roll_i_love_u : Display scrolling i love u on the development board.
  4. snake : Play Snake on an RGB light array and control the direction through 'A', 'S',' W ', and' D '.

Usage method

  1. Enter the project folder and compile using the following instructions.

    make clean && make
  2. After the compilation is completed, an executable file main will be generated. Use the following instructions to execute it.

    ./main