Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 8d4ca26

Browse files
committed
Fixed typo in documentation
1 parent 187a97d commit 8d4ca26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

raspberry_pi/wave_mirror/wave_mirror.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
"""This script is the main program of our project.
44
5-
The Python version is 2.7.13
6-
To upgrade you must install the Pillow library instead of PIL.
5+
It was developped for Python version 2.7.13
6+
If you wish to upgrade to Python3, you must install the Pillow
7+
library instead of PIL.
78
89
The goal is to capture the image of the PiCamera, convert it to black & white,
910
cut the image in 12*10 squares of pixels, get the grayscale values of each of

0 commit comments

Comments
 (0)