Skip to content

Commit e63eca0

Browse files
Apply suggestions from code review
Co-authored-by: per1234 <[email protected]>
1 parent 4047d6e commit e63eca0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hardware:
1313
## API List
1414

1515
To access to any of these functions you need first to initialize an instance of the class **ArduinoAlvik()**.
16-
This reference is useful for both **MicroPython** and **C++ environments** as the functions were all created to have the same form across development environmentss meaning your experience should be easy to carry both options.
16+
This reference is useful for both **MicroPython** and **C++ environments** as the functions were all created to have the same form across development environments meaning your experience should be easy to carry both options.
1717

1818
```arduino
1919
alvik = ArduinoAlvik()

content/hardware/08.edu/solution-and-kits/alvik/tutorials/setting-alvik-arduino-ide/setting-alvik-arduino-ide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The Arduino® Alvik robot was designed to be compatible with both C++ and MicroP
1515
- **Arduino IDE**: A modern desktop-based [Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360019833020-Download-and-install-Arduino-IDE).
1616
- **Alvik Library for Arduino**: A [library](https://github.com/arduino-libraries/Arduino_Alvik) that provides easy access to the Alvik robot's functionalities.
1717
- **USB Drivers**: Ensure you have the correct drivers installed to communicate with Alvik via USB.
18-
- **STM32Cube**: You will need this 3rd party programmer tool by ST available [here](https://www.st.com/en/development-tools/stm32cubeprog.html) to program the STM board.
1918

2019
### Hardware
2120

@@ -42,7 +41,7 @@ The Arduino® Alvik robot was designed to be compatible with both C++ and MicroP
4241
5. Select **esptool** as the programmer from the **Tools > Programmer** menu.
4342
![Select programming tool esptool](assets/EsptoolSelection.png)
4443
6. Select **Upload Using Programmer** from the **Sketch** menu.
45-
![Upload with programmer option](assets/UploadWithProgrammer.png). You can nowpPress the **Reset** button on the board to make sure it is ready for uploading.
44+
![Upload with programmer option](assets/UploadWithProgrammer.png). You can now Press the **Reset** button on the board to make sure it is ready for uploading.
4645
1. Now we can finally test it. Open the **Drive** example in the Arduino IDE by going to **File > Examples > Arduino_Alvik > drive**.
4746
![Upload the drive example](assets/uploadExample.png)
4847

@@ -177,7 +176,7 @@ void loop() {
177176
You can now explore the other included examples that cover more of the Alvik's components and more functions listed on our [API reference](https://docs.arduino.cc/tutorials/alvik/api-overview/).
178177

179178

180-
## More Resources (C++)
179+
## More Resources
181180

182181
- **[Alvik Documentation](https://docs.arduino.cc/hardware/alvik/)**: Dive deeper into the capabilities of Alvik by exploring the official documentation.
183182
- **[Community Forums](https://forum.arduino.cc/search?q=alvik)**: Join the Arduino community forums to ask questions and share your projects.

0 commit comments

Comments
 (0)