Riox Serial print accel X and Accel Y value
6 years 5 months ago #29532804
by rjohnson
Riox Serial print accel X and Accel Y value was created by rjohnson
How do I pull the values for x and y accel and serial print them?
Please Log in or Create an account to join the conversation.
6 years 5 months ago #29532808
by blake
Replied by blake on topic Riox Serial print accel X and Accel Y value
Please see the
RIOX Datasheet Errata
Please Log in or Create an account to join the conversation.
6 years 5 months ago #29532809
by rjohnson
Replied by rjohnson on topic Riox Serial print accel X and Accel Y value
I already have... I wrote this script to verify the output data, but can't seem to get any values.
print("starting ... \r")
top:
'TapeLeft = getvalue(_RMG, 1)
print(getvalue(_RMG, 1),"\r")
wait(10)
goto top
print("starting ... \r")
top:
'TapeLeft = getvalue(_RMG, 1)
print(getvalue(_RMG, 1),"\r")
wait(10)
goto top
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds