Skip to content

Pavelectric/Python_GPIO

Repository files navigation

In this section, examples of Python programs for working with the M4 board will be published.

Work is carried out with the GPIO interface. Installation instructions for supporting GPIO via wiringpi here - Wiringpi_M4

Check if you have: "smbus" and "PIL" for Python installed.

If not, do the following:

$ sudo apt-get install python-smbus

$ sudo apt-get install python-PIL

Some pictures of the results:

1. This is how the result of the execution of the program 1602_I2C.py looks

alt text

2. This is how the result of the execution of the program oled_128x64_I2C.py looks

alt text

2. This is how the result of the execution of the program oled_128x64_I2C+280.py looks

alt text

2. This is how the result of the execution of the program oled_128x64_I2C+280+GPS.py looks

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages