Quellcode durchsuchen

'README.md' ändern

Felix Stange vor 3 Jahren
Ursprung
Commit
e379bbad6b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -27,13 +27,13 @@ https://www.osadl.org/Create-a-latency-plot-from-cyclictest-hi.bash-script-for-l
 
 ## Generation of a rectangle signal with the standard kernel
 
-In order to make the previous results more visible, the generation of a square wave signal is very suitable. For this purpose, a GPIO of the Raspberry Pi can be monitored with an oscilloscope, which alternates between high and low levels in a defined time. This can be implemented very easily with the Python library RPi.GPIO, for example.
+In order to make the previous results more visible, the generation of a rectangle signal is very suitable. For this purpose, a GPIO of the Raspberry Pi can be monitored with an oscilloscope, which alternates between high and low levels in a defined time. This can be implemented very easily with the Python library RPi.GPIO, for example.
 
 ```
 sudo pip install RPi.GPIO
 ```
 
-Write a Python program that generates a square wave signal. Here you should see an effect on the oscilloscope with increasing frequencies.
+Write a Python program that generates a rectangle signal. Here you should see an effect on the oscilloscope with increasing frequencies.
 
 ## Installation of the real-time extension