Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 795 Bytes

programming_mode.rst

File metadata and controls

23 lines (14 loc) · 795 Bytes

Programming Mode

After you have experienced ar_play_mode, if you want to understand how each function is implemented, and then modify the effect according to your own ideas, you can come to read this programming mode carefully.

Every function in the programming mode chapter is made into a separate project, there are 17 of them. Each project has corresponding code and explanation, so you can see how each function works.

This project uses the Arduino programming language, so you'll need to install the Arduino IDE and related libraries before you can begin.

Now let's start the journey of discovery!

download_code install_arduino_ide introduce_ide add_libraries ar_projects