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 138f508 commit eebaf78Copy full SHA for eebaf78
README.md
@@ -108,7 +108,7 @@ import sys
108
def run_example():
109
110
print("\nSparkFun Qwiic Button Example 1")
111
- my_button = qwiic_button.Qwiic_Button()
+ my_button = qwiic_button.QwiicButton()
112
113
if my_button.begin() == False:
114
print("\nThe Qwiic Button isn't connected to the system. Please check your connection", \
@@ -133,6 +133,7 @@ if __name__ == '__main__':
133
print("\nEnding Example 1")
134
sys.exit(0)
135
136
+
137
```
138
<p align="center">
139
<img src="https://cdn.sparkfun.com/assets/custom_pages/3/3/4/dark-logo-red-flame.png" alt="SparkFun - Start Something">
0 commit comments