Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make LEDs work #7

Closed
3 of 4 tasks
ikerperezdelpalomar opened this issue Apr 27, 2021 · 1 comment · Fixed by #3
Closed
3 of 4 tasks

Make LEDs work #7

ikerperezdelpalomar opened this issue Apr 27, 2021 · 1 comment · Fixed by #3
Assignees

Comments

@ikerperezdelpalomar
Copy link
Collaborator

ikerperezdelpalomar commented Apr 27, 2021

  • Add the code needed by leds from bloodlight-firmware
  • Get it compiling with Zephyr GPIO APIs
  • Add a main loop which goes through all the LEDs and toggles them on and off in order every second or so
  • port bl_led_setup() and bl_led_loop().
@ikerperezdelpalomar
Copy link
Collaborator Author

I have ported all functions but bl_led_setup() and bl_led_loop().

I haven't ported bl_led_setup() because it's dependant of bl_acq_channel_get_source which is defined in src/acq and we haven't ported that yet.

I haven't ported bl_led_loop() because it is tightly related to spi code.

Therefore, this two functions will be ported once their dependencies are sorted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant