Skip to content

Commit

Permalink
Example Use error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedjohar committed Jan 28, 2020
1 parent 933be42 commit 3384f15
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 @@ -111,7 +111,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 3384f15

Please sign in to comment.