HIGH and LOW: Value True (1) and false (0)

Hello my friends :slight_smile:

I need your help. The high and the low, what do they get value? Namely, the HIGH is True (1) and LOW is false (0).

From the file Arduino.h?

#define HIGH 0x1
#define LOW  0x0