HbusNack
Source: Positron8 Compiler User Manual, PDF page 138
Syntax
HbusNack
Overview
Send a Not Acknowledge condition to the I2C bus using the microcontroller's MSSP module..
See also : HbStart, HbRestart, HbStop, Hbusin, Hbusout.
Important Note.
The Hbus commands are now classed as legacy within the compiler, meaning they will not be supported for newer devices. This is because the new devices have so many different ways of performing I2C with their built-in peripherals, it would be a logistic nightmare to cater for all the differences per device family and still keep it simple for the user. Now that the Positron8 compiler has true procedures, it will be a straightforward case to create a set of libraries to use I2C from the chip’s hardware. The Bus commands and the I2Cin and I2Cout commands work just as good as the Hbus commands, and sometimes better.