```c void begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false); ``` Can you explain the meaning of the last parameter `invert` for me. Thanks.