We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbc177 commit 7fc49f8Copy full SHA for 7fc49f8
lib/pycoproc/pycoproc.py
@@ -12,7 +12,7 @@
12
WAKE_REASON_INT_PIN = 8
13
14
class Pycoproc:
15
- """ class for handling interraction with PIC MCU """
+ """ class for handling the interaction with PIC MCU """
16
17
I2C_SLAVE_ADDR = const(8)
18
0 commit comments