NiboRoboLib 3.1 - NIBObee Library
bgx1_protocol.h-Dateireferenz

Definitionen für die Kommunikation des BGX1 über I²C. Mehr ...

#include <stdint.h>
#include <avr/pgmspace.h>

gehe zum Quellcode dieser Datei

Makrodefinitionen

#define BGX1_VERSION   0x0103
 

Aufzählungen

enum  {
  CMD_Reset = 0x00, CMD_GetVersion = 0x01, CMD_GetStatus = 0x02, CMD_SetStatus = 0x03,
  CMD_Move = 0x10, CMD_Mode = 0x11, CMD_FillAll = 0x12, CMD_Print = 0x13,
  CMD_TextWidth = 0x14, CMD_SelectFont = 0x15, CMD_HLine = 0x16, CMD_VLine = 0x17,
  CMD_Box = 0x18, CMD_Bitmap = 0x19, CMD_EmbeddedImage = 0x1a, CMD_LineTo = 0x1b,
  CMD_TermClear = 0x30, CMD_TermGoto = 0x31, CMD_TermScroll = 0x32, CMD_TermPrint = 0x33,
  CMD_SyncPort = 0x40, CMD_GetAnalog = 0x41, CMD_SyncInterface = 0x42, CMD_SetIllumination = 0x43,
  CMD_INVALID = 0xff
}
 

Ausführliche Beschreibung

Definitionen für die Kommunikation des BGX1 über I²C.

Autor
Nils Springob (nils@.nosp@m.nica.nosp@m.i-sys.nosp@m.tems.nosp@m..de)
Datum
2010-06-22