Skip to content

Commit

Permalink
Merge pull request #1 from saeedjohar/master
Browse files Browse the repository at this point in the history
  • Loading branch information
santaimpersonator authored Jul 10, 2024
2 parents d174b2f + 3384f15 commit c8e2831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def runExample():
print("\nSparkFun Micro OLED - Hello Example\n")
myOLED = qwiic_micro_oled.QwiicMicroOled()

if myOLED.isConnected() == False:
if myOLED.is_connected() == False:
print("The Qwiic Micro OLED device isn't connected to the system. Please check your connection", \
file=sys.stderr)
return
Expand Down

0 comments on commit c8e2831

Please sign in to comment.