You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This replaces teh arduino-typedef "boolean" with the standard "bool"
type. The standard type makes sure that the value is always true or
false. Also there is some discussion in arguino itdelf to get rid of
boolean: arduino/Arduino#4673
Signed-off-by: Jan Losinski <[email protected]>
0 commit comments