Description This function sets a bit within a byte (by set we mean set the value to 1) Definition set_bit(uint id) Library LIB/bit_lib.bas Usage On entry: id is the absolute bit address within the data space On exit: There is no return value
This function sets a bit within a byte (by set we mean set the value to 1)
set_bit(uint id)
LIB/bit_lib.bas
On entry: id is the absolute bit address within the data space On exit: There is no return value
id is the absolute bit address within the data space
There is no return value