User Tools

Site Tools

한국어

cubloc:csghex:index

CSGHex

CSGHex SlaveAdr, Data

slaveAddressCSG I2C slave address
dataHexadecimal value to display

Model : CSG (7 Segment module)

The CSGHex command is used to print Hexadecimal values to the display.

Const Device = CB280
Set I2c 9,8          'must be used before the CSGDec command
Dim b As Integer
b=8
Do
  CSGHex 0,b    'CSGHex command
  Delay 100
  b = b + 1
  If b=0 Then b=200
Loop

Go CUBLOC home

cubloc/csghex/index.txt · Last modified: 2016/04/14 11:07 (external edit)