-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
In trying to build your repo, I found that many functions have been changed in newer versions of the SDK.
I changed the following to match the new SDK:
- gpio_funcsel() -> gpio_set_function()
- uart_readable -> uart_is_readable()
- adc_enable_temp_sensor() -> adc_set_temp_sensor_enabled()
- adc_input_select() -> adc_select_input()
- gpio_dir() -> gpio_set_dir()
Additionally, GPIO_FUNC_PROC was removed and instead pins initialised with gpio_init(PIN)
Not sure if you're already adapting the code, but I can submit a pull request with your permissions since I've rewritten it to build correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels