Skip to content

Commit 1416de9

Browse files
committed
Minor document changes
1 parent 123f991 commit 1416de9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ledFlashNoRemote/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## TcMenu Example: Control the built in LED with the Menu
22

3-
This example assumes a configuration with a LCD 20x4 display and a rotary encoder. It assumes the LCD display is connected exactly as per DFRobot spec. It assumes you have a rotary encoder connected on pins 2 & 3, with the push button on pin 10. It could easily be reconfigured to 16x2 using the tcMenu designer UI.
3+
This example assumes a configuration with a LCD 16x2 display and a rotary encoder. It assumes the LCD display is connected exactly as per DFRobot spec. It assumes you have a rotary encoder connected on pins 2 & 3, with the push button on pin 10. It could easily be reconfigured to 20x4 using the tcMenu designer UI.
44

5-
This example has two menu items, one that changes the status of the built in LED, and another that shows the analog voltage on the A0 pin.
5+
This example has three menu items, one that changes the status of the built in LED, another that shows the analog voltage on the A0 pin, and lastly an action item to save changes to EEPROM.
66

77
I've assumed this will be built on either an Uno or MEGA boards, but should work equally well on any other Arduino board with only minor changes.
88

examples/remoteControlSerial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a very simple menu with an example of how to configure remote control over the USB serial interface. Ethernet control is equally easy to use. Just create an ethernet instance as usual setting up IP address and MAC address and choose ethernet instead of serial in the code generator.
44

5-
You can for example use the Java API or the protocol to communicate with your Arduino from another device.
5+
In order to connect using the Java API there are two possibilities, either build the example JavaFX UI that's in the main tcMenu repository, or work with the tcMenu API directly. See [https://github.com/davetcc/tcMenu]
66

77
We'll soon be writing an API in C# that is fairly much inline with the Java API. This will give even more options for using tcMenu remotely.
88

0 commit comments

Comments
 (0)