Skip to content

Commit 1f54b1f

Browse files
committed
Add an extra line to fix rST
1 parent d594288 commit 1f54b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simpleio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def map_range(x, in_min, in_max, out_min, out_max):
6767
"""
6868
Maps a number from one range to another.
6969
Note: This implementation handles values < in_min differently than arduino's map function does.
70+
7071
:return: Returns value mapped to new range
7172
:rtype: float
7273
"""

0 commit comments

Comments
 (0)