billroy / bitlash

Bitlash: a programmable command shell for arduino
http://bitlash.net
MIT License
341 stars 73 forks source link

LED was very dim when using bitlash #58

Open rmd13 opened 5 years ago

rmd13 commented 5 years ago

Hi, I use bitlash and send a command:

d7=1 * turn on pin 7 The D7 pin was connected to LED, but I found the LED was very dim.

Then I run arduino IED and upload the sample Blink to test if arduino is OK,I found that the LED was bright as normal.

It's weired. Can anyone help me, thanks.

rmd13 commented 5 years ago

Ah ,I solved it.

I just add one line: pinmode(7,1) then LED was bright as normal.