Skip to content

Commit 731c494

Browse files
Merge pull request #2214 from arduino/Pedromsousalima/Alvik/formatingCorrections
[MKC-1910] Updated formating for function list
2 parents d8a69e3 + c14ac1d commit 731c494

File tree

1 file changed

+8
-8
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual

1 file changed

+8
-8
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -599,42 +599,42 @@ The Arduino Alvik robot is equipped with several touch buttons that can be used
599599

600600
- Detect **any** button pressed.
601601

602-
The `[get_touch_any](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_any)` function returns true if any of the buttons is pressed.
602+
[`get_touch_any`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_any) function returns true if any of the buttons is pressed.
603603

604604

605605
- Detect the **OK** button pressed.
606606

607-
The `[get_touch_ok](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_ok)` function returns true if the OK button is pressed.
607+
[`get_touch_ok`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_ok) function returns true if the OK button is pressed.
608608

609609

610610
- Detect the **Cancel** button pressed.
611611

612-
The `[get_touch_cancel](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_cancel)` function returns true if the Cancel button is pressed.
612+
[`get_touch_cancel`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_cancel) function returns true if the Cancel button is pressed.
613613

614614

615615
- Detect the **Center** button pressed.
616616

617-
The `[get_touch_center](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_center)` function returns true if the Center button is pressed.
617+
[`get_touch_center`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_center) function returns true if the Center button is pressed.
618618

619619

620620
- Detect the **Up** button pressed.
621621

622-
The `[get_touch_up](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_up)` function returns true if the Up button is pressed.
622+
[`get_touch_up`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_up) function returns true if the Up button is pressed.
623623

624624

625625
- Detect the **Left** button pressed.
626626

627-
The `[get_touch_left](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_left)` function returns true if the Left button is pressed.
627+
[`get_touch_left`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_left) function returns true if the Left button is pressed.
628628

629629

630630
- Detect the **Down** button pressed.
631631

632-
The `[get_touch_down](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_down)` function returns true if the Down button is pressed.
632+
[`get_touch_down`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_down) function returns true if the Down button is pressed.
633633

634634

635635
- Detect the **Right** button pressed.
636636

637-
The `[get_touch_right](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_right)` function returns true if the Right button is pressed.
637+
[`get_touch_right`](https://docs.arduino.cc/tutorials/alvik/api-overview/#get_touch_right) function returns true if the Right button is pressed.
638638

639639

640640
**Example**

0 commit comments

Comments
 (0)