Перейти к контенту
← Назад

boolean

Description

boolean is a non-standard type alias for bool defined by Arduino. It’s recommended to instead use the standard type bool, which is identical.

See also