good day all.
i have some trouble with my wemos board. i need to use all digital pins on board (D0-D8), and all pins from D0 to D5works fine. But i can't use D6 and D8 - i set pinMode INPUT for them, bu i always receive HIGH while get data with digitalRead.
from documents i know that there is SPI pins on D5-D8, but i don't use SPI so i don't understand how and what i should configure for using that port's as generic digital pins?
did you select in Tools menu Wemos D1 mini? D1 R1 is a different board
yes, i select Wemos D1 mini lite board
do you use pin D6 and D8 with constants D6 and D8 or you write 6 and 8 in sketch?