Abl-electronic PIC Microcontrollers PIC16 Uživatelský manuál Strana 264

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 312
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 263
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
256
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
char Soft_I2C_Write(char data);
Returns Returns 0 if there were no errors.
Description Sends data byte (parameter data) via I²C bus.
Requires START signal needs to be issued in order to use this function. See Soft_I2C_Start.
Example
Soft_I2C_Write(0xA3);
Soft_I2C_Write
Prototype
void Soft_I2C_Stop(void);
Description Issues STOP signal.
Requires START signal needs to be issued in order to use this function. See Soft_I2C_Start.
Example
Soft_I2C_Stop();
Soft_I2C_Stop
Zobrazit stránku 263
1 2 ... 259 260 261 262 263 264 265 266 267 268 269 ... 311 312

Komentáře k této Příručce

Žádné komentáře