Hello World
A "Hello World!" is the first program we usually write on any new project. The goal is to create the simplest program that will verify that our tools are all setup correctly.
Hardware Configuration File
All of the labs in this section use a single shared file that stores the hardware configuration for the OLED kit.
This configuration file makes all our sample programs simpler.
To use the configuration file called config.py you must add the
following line to your programs:
1 | |
Sample Hello World
1 2 3 4 5 6 7 8 9 10 | |