You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
I am developing a device driver and have errors in my code, possibly in the Pins designated for I2C.
If I have a print statement before I attempt to instantiate the i2c bus, I get the following on the CLI:
david (master *+) fw_keyboard $ toit device run tests/fw_display_test.toit
Cannot receive data from stream: rpc error: code = Unavailable desc = Bad Gateway: HTTP status code 502; transport: received the unexpected content-type "text/html; charset=UTF-8"
rpc error: code = Unavailable desc = Bad Gateway: HTTP status code 502; transport: received the unexpected content-type "text/html; charset=UTF-8"
david (master *+) fw_keyboard $
The console does show a problem, by the looping restarts.
The text was updated successfully, but these errors were encountered:
I am developing a device driver and have errors in my code, possibly in the Pins designated for I2C.
If I have a
print
statement before I attempt to instantiate the i2c bus, I get the following on the CLI:If I do not have a print statement before, I get:
The console does show a problem, by the looping restarts.
The text was updated successfully, but these errors were encountered: