Fix typos (#95)
This commit is contained in:
parent
c336989e93
commit
551e422423
@ -90,7 +90,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
|
|||||||
mkdir -p components && \
|
mkdir -p components && \
|
||||||
cd components && \
|
cd components && \
|
||||||
git clone https://github.com/espressif/arduino-esp32.git arduino && \
|
git clone https://github.com/espressif/arduino-esp32.git arduino && \
|
||||||
cd.. && \
|
cd .. && \
|
||||||
make menuconfig
|
make menuconfig
|
||||||
```
|
```
|
||||||
- ```make menuconfig``` has some Arduino options
|
- ```make menuconfig``` has some Arduino options
|
||||||
@ -122,7 +122,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
|
|||||||
extern "C" void app_main()
|
extern "C" void app_main()
|
||||||
{
|
{
|
||||||
initArduino();
|
initArduino();
|
||||||
pinMode(4, OUPUT);
|
pinMode(4, OUTPUT);
|
||||||
digitalWrite(4, HIGH);
|
digitalWrite(4, HIGH);
|
||||||
//do your own thing
|
//do your own thing
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user