sorry, Hi, all
in web IDE if I put
require("Encoder").connect(A1,A2,function (direction) {
step += direction;
print(step);
});
i get
ERROR: Function not found! Skipping. at line 1 col 20
require("Encoder").connect(A1,A2,function (direction) {
at the moment I have connected internet
Gordon, what can be problem?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
sorry, Hi, all
in web IDE if I put
require("Encoder").connect(A1,A2,function (direction) {
step += direction;
print(step);
});
i get
ERROR: Function not found! Skipping. at line 1 col 20
require("Encoder").connect(A1,A2,function (direction) {
at the moment I have connected internet
Gordon, what can be problem?