reset_bit

Description

This function resets a bit within a byte (by reset we mean set the value to 0)

Definition

reset_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