You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/moonbase/inputoutput.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Currently the following boards are defined. Not all are supported yet 🚧
10
10
11
11
For each board the following presets are defined:
12
12
13
-
* Modded: if any change to the default preset is made. Press off to go back to standard. If any pin is not default, modded will be set.
13
+
* Modded: set when any pin differs from the selected board preset. Press off to return to the preset defaults.
14
14
* Max Power in Watts: adjust the brightness to approach this max power, depending on the number of LEDs used. Default 10: 5V * 2A = 10W (so it runs fine on USB). Used by LED drivers, see [Drivers](../../moonlight/drivers/)
15
15
* Jumper1: If the board contains a jumper, it can define pin behaviour. Eg. select between Infrared and Ethernet.
16
16
* Pins: Assign functionality to gpio pins. Other modules and nodes use the pin assignments made here.
@@ -28,7 +28,7 @@ For each board the following presets are defined:
28
28
29
29
* Supported
30
30
* LEDs: Used by LED drivers to setup LED outputs, see [Drivers](../../moonlight/drivers/)
31
-
* Voltage and Current: Sets energy monitoring, see [System status](../../system/status) and , see [System Metrics](../../system/metrics)
31
+
* Voltage and Current: Sets energy monitoring, see [System status](../../system/status) and [System Metrics](../../system/metrics)
32
32
* Infrared: Used by IR driver, see [Drivers](../../moonlight/drivers/)
33
33
* Button LightsOn: sets on/off in [Light Control](../../moonlight/lightscontrol/)
34
34
* Relay LightsOn: sets on/off in [Light Control](../../moonlight/lightscontrol/)
@@ -71,10 +71,10 @@ For each board the following presets are defined:
71
71
72
72
* Choose the esp32-p4-nano board in the [MoonLight Installer](../../gettingstarted/installer/)
73
73
* On new boards, the WiFi coprocessor needs to be updated first to a recent version, currently v2.0.17, see the link in the [MoonLight Installer](../../gettingstarted/installer/)
74
-
* After install, select the MHC P4 shield board preset to have the pins assigned correctly.
75
-
* Assuming 100W LED power!! Change if not!
76
-
* Jumper1: off (default): 16 LED pins. On: 8 LED pins, 4 RS-485 pins and 4 exposed pins (set the switches on the board!)
77
-
* Add the Parallel LED Driver, see [Drivers](../../moonlight/drivers/). It uses @troyhacks his parallel IO driver to drive all the 12 LED pins of the P4 shield.
74
+
* After install, select the **MHC P4 Nano Shield** board preset to have the pins assigned correctly.
75
+
* Assuming 100W LED power; change if needed.
76
+
* Jumper1: off (default): 16 LED pins. On: 8 LED pins, 4 RS-485 pins and 4 exposed pins (set also the switches on the board).
77
+
* Add the Parallel LED Driver, see [Drivers](../../moonlight/drivers/). It uses @troyhacks his parallel IO driver to drive all LED pins configured for the shield.
0 commit comments