Skip to content

Commit

Permalink
change the web editor link
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemeiping committed Apr 11, 2022
1 parent e14e983 commit f80a74d
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_74hc595_4dig.rst
Expand Up @@ -40,7 +40,7 @@ Then G10 ~ G13 will select which 7-segment display to work.
* You can open the file ``5.3_time_counter.ino`` under the path of ``euler-kit/arduino/5.3_time_counter``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_74hc595_7seg.rst
Expand Up @@ -63,7 +63,7 @@ This means that it needs to be controlled by 8 digital signals at the same time
* You can open the file ``5.2_number_display.ino`` under the path of ``euler-kit/arduino/5.2_number_display``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_74hc595_led.rst
Expand Up @@ -51,7 +51,7 @@ Specifically, it can replace 8 pins for digital signal output by writing an 8-bi
* You can open the file ``5.1_microchip_74hc595.ino`` under the path of ``euler-kit/arduino/5.1_microchip_74hc595``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_74hc595_matrix.rst
Expand Up @@ -81,7 +81,7 @@ pin 9, 14, 8, 12, 1, 7, 2, and 5 respectively.
* You can open the file ``5.4_8x8_pixel_graphics.ino`` under the path of ``euler-kit/arduino/5.4_8x8_pixel_graphics``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_ac_buz.rst
Expand Up @@ -36,7 +36,7 @@ The buzzer needs to use a transistor when working, here we use S8050 (NPN Transi
* You can open the file ``3.1_beep.ino`` under the path of ``euler-kit/arduino/3.1_beep``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_button.rst
Expand Up @@ -48,7 +48,7 @@ One side of the button pin is connected to 3.3v, and the other side pin is conne
* You can open the file ``2.5_reading_button_value.ino`` under the path of ``euler-kit/arduino/2.5_reading_button_value``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_fade.rst
Expand Up @@ -62,7 +62,7 @@ This project is the same circuit as the first project :ref:`ar_led`, but the sig
* You can open the file ``2.3_fading_led.ino`` under the path of ``euler-kit/arduino/2.3_fading_led``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_joystick.rst
Expand Up @@ -33,7 +33,7 @@ The SW pin is connected to a 10K pull-up resistor, the reason is to be able to g
* You can open the file ``4.1_toggle_the_joyostick.ino`` under the path of ``euler-kit/arduino/4.1_toggle_the_joyostick``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_led.rst
Expand Up @@ -36,7 +36,7 @@ Let us follow the direction of the current to build the circuit!
* You can open the file ``2.1_hello_led.ino`` under the path of ``euler-kit/arduino/2.1_hello_led``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_led_bar.rst
Expand Up @@ -28,7 +28,7 @@ The LED Bar Graph contains 10 LEDs, each of which is individually controllable.
* You can open the file ``2.2_display_the_level.ino`` under the path of ``euler-kit/arduino/2.2_display_the_level``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_micro.rst
Expand Up @@ -35,7 +35,7 @@ The 104 ceramic capacitor is used here to eliminate jitter.
* You can open the file ``2.8_press_gently.ino`` under the path of ``euler-kit/arduino/2.8_press_gently``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_motor.rst
Expand Up @@ -37,7 +37,7 @@ Since DC motors require a high current, we use a power supply module to power th
* You can open the file ``3.5_small_fan.ino`` under the path of ``euler-kit/arduino/3.5_small_fan``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/cproject/ar_pa_buz.rst
Expand Up @@ -41,7 +41,7 @@ The buzzer needs a transistor to work, here we use S8050.
* You can open the file ``3.2_custom_tone.ino`` under the path of ``euler-kit/arduino/3.2_custom_tone``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down Expand Up @@ -79,7 +79,7 @@ We can simulate the specific tone according to the fundamental frequency of the
* You can open the file ``3.2_custom_tone_2.ino`` under the path of ``euler-kit/arduino/3.2_custom_tone_2``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_photoresistor.rst
Expand Up @@ -39,7 +39,7 @@ The calculation formula is shown below.
* You can open the file ``2.12_feel_the_light.ino`` under the path of ``euler-kit/arduino/2.12_feel_the_light``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_pir.rst
Expand Up @@ -28,7 +28,7 @@ When the PIR module detects someone passing by, GP14 will be high, otherwise it
* You can open the file ``2.10_detect_human_movement.ino`` under the path of ``euler-kit/arduino/2.10_detect_human_movement``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_pot.rst
Expand Up @@ -60,7 +60,7 @@ This way you will find that by rotating the potentiometer, the brightness of the
* You can open the file ``2.11_turn_the_knob.ino`` under the path of ``euler-kit/arduino/2.11_turn_the_knob``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_pump.rst
Expand Up @@ -44,7 +44,7 @@ Y (output) is in phase with A (input), so if GP15 and GP14 are given different l
* You can open the file ``3.6_pumping.ino`` under the path of ``euler-kit/arduino/3.6_pumping``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/cproject/ar_reed.rst
Expand Up @@ -33,7 +33,7 @@ The purpose of the 10K resistor is to keep the GP14 at a steady low level when n
* You can open the file ``2.9_feel_the_magnetism.ino`` under the path of ``euler-kit/arduino/2.9_feel_the_magnetism``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down Expand Up @@ -61,7 +61,7 @@ When a magnet approaches, the circuit will be closed. Just like the button in th
.. * You can open the file ``2.9_feel_the_magnetism_irq.ino`` under the path of ``euler-kit/arduino/2.9_feel_the_magnetism_irq``.
.. * Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
.. * Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
.. * Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.
.. Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_relay.rst
Expand Up @@ -64,7 +64,7 @@ At this point, the relay will be able to control the load circuit on and off.
* You can open the file ``2.16_relay.ino`` under the path of ``euler-kit/arduino/2.16_relay``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_rgb.rst
Expand Up @@ -57,7 +57,7 @@ Here, we can choose our favorite color in drawing software (such as paint) and d
* You can open the file ``2.4_colorful_light.ino`` under the path of ``euler-kit/arduino/2.4_colorful_light``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_servo.rst
Expand Up @@ -31,7 +31,7 @@ Now, try to make the servo sway!
* You can open the file ``3.7_swinging_servo.ino`` under the path of ``euler-kit/arduino/3.7_swinging_servo``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_slide.rst
Expand Up @@ -33,7 +33,7 @@ The 104 ceramic capacitor is used here to eliminate jitter.
* You can open the file ``2.7_toggle_left_right.ino`` under the path of ``euler-kit/arduino/2.7_toggle_left_right``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_temp.rst
Expand Up @@ -54,7 +54,7 @@ The calculation formula is shown below.
* You can open the file ``2.13_thermometer.ino`` under the path of ``euler-kit/arduino/2.13_thermometer``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/cproject/ar_tilt.rst
Expand Up @@ -29,7 +29,7 @@ The purpose of the 10K resistor is to keep the GP14 in a stable low state when t
* You can open the file ``2.6_tilt_it.ino`` under the path of ``euler-kit/arduino/2.4_colorful_light``.
* Or copy this code into **Arduino IDE**.
* For detailed tutorials, please refer to :ref:`open_run_code_ar`.
* Or run this code directly in the `Arduino Web Editor <https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a>`_.
* Or run this code directly in the `Arduino Web Editor <https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor>`_.

Don't forget to select the Raspberry Pi Pico board and the correct port before clicking the Upload button.

Expand Down

0 comments on commit f80a74d

Please sign in to comment.