speaker not in use #1

Closed
opened 2020-11-14 23:27:05 +01:00 by localhorst · 3 comments
Owner

@Lukas looks like a job for you

@Lukas looks like a job for you
localhorst added the
enhancement
label 2020-11-14 23:27:05 +01:00
Lukas was assigned by localhorst 2020-11-14 23:27:05 +01:00
Collaborator

Yes, I could create something.

But consider, that I will need the entire CPU time for that job. I think we are not able to do something in parallel, so after the display content has been drawn, the controller will focus entirely on playing sound.

Yes, I could create something. But consider, that I will need the entire CPU time for that job. I think we are not able to do something in parallel, so after the display content has been drawn, the controller will focus entirely on playing sound.
Collaborator

I now decided to use an interrupt-driven design.

This has two advantages:

  • I can write the logic entirely in C
  • It is now possible to do additional tasks while playing audio. (In fact, the audio is already playing while the qr code is drawn)
I now decided to use an interrupt-driven design. This has two advantages: - I can write the logic entirely in C - It is now possible to do additional tasks while playing audio. (In fact, the audio is already playing while the qr code is drawn)
Lukas closed this issue 2020-11-15 20:14:49 +01:00
Author
Owner

![](https://memegenerator.net/img/instances/64762568/well-done.jpg)
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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: localhorst/MCB1700_Welcome#1
No description provided.