We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e6ac4 commit 1173999Copy full SHA for 1173999
SRF05.py
@@ -4,7 +4,7 @@
4
# A very simple Python interface to SFR05 module (probably will work with SFR04 too but I have no tried).
5
# Just call measure() method and it will return you distance in centimeters or None.
6
#
7
-# IMPORTANT NOTE: in order to read data from the sensore we need to measure width of an echo pulse
+# IMPORTANT NOTE: in order to read data from the sensor we need to measure width of an echo pulse
8
# and we need to be accurate enough. This obviously is not going to work well if your CPU is heavily loaded.
9
# Plus, Python with its GIL is just not the best environment for these things if you have other threads running.
10
# But make no mistake - doing that in C is not a silver bullet either even if done properly with interrupts etc.
0 commit comments