User Tools

Site Tools

한국어

cubloc:poke:index

Poke

Poke address, value, length

address RAM address
value The value to write
length Number of bytes to write (1 to 4)

Write the specified length of data starting at the specified data memory address

Const Device = CB280
Dim F1 As Single, F2 As Single
F1 = 3.14
EEWrite 10,Peek(MemAdr(F1),4),4
Poke MemAdr(F2),EERead(10,4),4
Debug Float F2,CR

Go CUBLOC home

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