Skip to content

Commit 249aae8

Browse files
committed
update
1 parent 5d3dda6 commit 249aae8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-camera/giga-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You will also need the following software:
3030

3131
## Supported Cameras
3232

33-
The GIGA R1 currently supports the following cameras, via the [Camera](https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Camera) library that is bundled with the [Arduino Mbed Core](https://github.com/arduino/ArduinoCore-mbed):
33+
The GIGA R1 currently supports the following cameras, via the [Camera](https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Camera) library that is bundled with the [Arduino Mbed PS GIGA Board Package](https://github.com/arduino/ArduinoCore-mbed):
3434

3535
- **OV7670** and **OV7675**
3636
- **GC2145**

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-dual-core/giga-dual-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this guide you will discover:
3434
- [Arduino IDE](https://www.arduino.cc/en/software)
3535
- Arduino GIGA Board Package installed.\*
3636

37-
***\*For instructions on how to install the GIGA Core, follow the [Getting Started with GIGA R1 guide](/tutorials/giga-r1-wifi/giga-getting-started).***
37+
***\*For instructions on how to install the GIGA Board Package, follow the [Getting Started with GIGA R1 guide](/tutorials/giga-r1-wifi/giga-getting-started).***
3838

3939
## M4 Support
4040

@@ -458,7 +458,7 @@ int servoMove(int angle) {
458458

459459
The `RPC` library is based on the [rpclib](https://github.com/rpclib/rpclib) C++ library which provides a client and server implementation. In addition, it provides a method for communication between the M4 and M7 cores.
460460

461-
This library is included in the GIGA core, so it is automatically installed with the core. To use this library, you need to include `RPC.h`:
461+
This library is included in the GIGA Board Package, so it is automatically installed with the Board Package. To use this library, you need to include `RPC.h`:
462462

463463
```arduino
464464
#include <RPC.h>

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ software:
1111
tags: [GIGA R1 WiFi, Installation, IDE]
1212
---
1313

14-
To use the [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) board, you will need to install the GIGA board package, which is part of the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed).
14+
To use the [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) board, you will need to install the GIGA board package, which is part of the [Arduino Mbed OS GIGA Board Package](/tutorials/giga-r1-wifi/giga-getting-started).
1515

1616
To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software). In this guide, we will use the latest version of the IDE 2.
1717

0 commit comments

Comments
 (0)