Skip to content

Commit

Permalink
Fix DAL function names (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwork authored Oct 18, 2023
1 parent 3bbf459 commit ed8684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/edgeconnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Pins that are marked with brackets around functions, require the default functio

### pins: P3, P4, P6, P7, P9, P10

These pins are coupled to the LED matrix display, and also its associated ambient light sensing mode. To disable the display driver feature (which will automatically disable the light sensing feature) call the DAL function `display.enable(false)`. To turn the display driver back on again later, call the DAL function `display.enable(true)`.
These pins are coupled to the LED matrix display, and also its associated ambient light sensing mode. To disable the display driver feature (which will automatically disable the light sensing feature) call the DAL function `display.disable()`. To turn the display driver back on again later, call the DAL function `display.enable()`.

Note also that the LED 3x9 matrix connects LEDs with associated resistors across these pins, so you should take that into account when designing circuits to use these pins for other purposes.

Expand Down

0 comments on commit ed8684d

Please sign in to comment.