Hi,
I hope you are doing well. I am newbie with ulisp + lisp and micro:bit
I was testing ulisp on micro:bit V1.5 (I understand it includes Magno/Accelo = LSM303AGR)
Here is my environment:
|Description:|Ubuntu 18.04.5 LTS
|Release:|18.04|
|Codename:|bionic|
Arduino 1.8.13
uLisp ARM 3.3a
After creating the routines:
lsm303d-init
lsm303d-read-magnetic
lsm303d-whoami
According to the example provided in: http://library.ulisp.com/show?2VJM
I got the following:
607> (lsm303d-init)
$d&
607> (lsm303d-read-magnetic)
Error: ‘restart-i2c’ not an i2c stream
607> (lsm303d-whoami)
Error: ‘restart-i2c’ not an i2c stream
I am able to test basic lisp functions as per http://www.ulisp.com/show?2672
Best Regards,
And thanks a lot for this project!