Hardware Functions #4

Closed
opened 2024-06-19 15:18:22 +00:00 by jeff · 0 comments
Owner

FPGA:

  • FpgInit()—Initializes FPGA with data.
  • FpgInitSD()—Initializes FPGA with data from SD card.

RTC:

  • IsServiceMode()—Checks if the device is in service mode.
  • GetVdc()—Gets voltage data.
  • RtcGet()—Gets the RTC time.
  • RtcSet()—Sets the RTC time.
  • Recovery()—Enters recovery mode.
  • ExitServiceMode()—Exits service mode.
  • EnterServiceMode()—Enters service mode.
FPGA: - [x] `FpgInit()`—Initializes FPGA with data. - [x] `FpgInitSD()`—Initializes FPGA with data from SD card. RTC: - [x] `IsServiceMode()`—Checks if the device is in service mode. - [x] `GetVdc()`—Gets voltage data. - [x] `RtcGet()`—Gets the RTC time. - [x] `RtcSet()`—Sets the RTC time. - [x] `Recovery()`—Enters recovery mode. - [x] `ExitServiceMode()`—Exits service mode. - [x] `EnterServiceMode()`—Enters service mode.
jeff self-assigned this 2024-06-19 15:18:22 +00:00
jeff added this to the goedlink project 2024-06-19 15:18:22 +00:00
jeff closed this issue 2024-06-23 17:25:28 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jeff/goedlink#4
No description provided.