1 GB_serial_get_data_bit
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

bool GB_serial_get_data_bit(GB_gameboy_t *gb);

In gb.h

Description

TBD

Thread Safety

GB_serial_get_data_bit is thread-safe and can be called from any thread and context. However, this function should generally be used from outside the GB_run loop to avoid serial timing bugs.

See Also