Add DIGIO commands to profile language #39

Closed
opened 2021-07-26 10:27:37 +02:00 by mhu · 0 comments
Owner

Add commands to profile language to support the GPIO Pins on the external connector.

Add the following functions:

  • digio_conf <digio-pin> <type>: Configure the I/O function
  • digio_set <digio-pin> <state>: Set an output port. This has no effect on input ports.
  • digio_wait <digio-pin> <state> Wait for an input to reach a specified value. For output ports, this command is ignored.

If a invalid digio port is specified, the command does nothing.

type:

  • 0 Input
  • 1 Output
  • 0x80: AF0 to 0x87: AF7

Make sure the default configuration is restored after the profile has finished.

Add commands to profile language to support the GPIO Pins on the external connector. Add the following functions: - ``digio_conf <digio-pin> <type>``: Configure the I/O function - ``digio_set <digio-pin> <state>``: Set an output port. This has no effect on input ports. - ``digio_wait <digio-pin> <state>`` Wait for an input to reach a specified value. For output ports, this command is ignored. If a invalid digio port is specified, the command does nothing. type: - ``0`` Input - ``1`` Output - ``0x80``: AF0 to ``0x87``: AF7 Make sure the default configuration is restored after the profile has finished.
mhu modified the due date from 0001-01-01 to 2021-12-31 2021-12-25 20:01:14 +01:00
mhu closed this issue 2021-12-26 21:20:40 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

2021-12-31

Dependencies

No dependencies set.

Reference: mhu/reflow-oven-control-sw#39
No description provided.