Skip to content

Commit

Permalink
Fixed DIO toggle example
Browse files Browse the repository at this point in the history
  • Loading branch information
sjarman28 authored May 11, 2021
1 parent a96d538 commit 54033d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ while true do
print(diostatus, "high")
end
-- Apply the change to the DIO pin register (toggle on or off)
MB.W(outpin, diostatus)
MB.W(outpin, 0, diostatus)
end
end

0 comments on commit 54033d2

Please sign in to comment.