-
```
Is it possible to have the interruption timed?
A toggle button could be used for the interruption button to time the
interruption and to pause the pomodoro for an equivalent time.
It's an inter…
-
```
Is it possible to have the interruption timed?
A toggle button could be used for the interruption button to time the
interruption and to pause the pomodoro for an equivalent time.
It's an inter…
-
in ancient days, i was foolish and succumbed to hubris, by thinking that a cross-platform abstraction over interrupts was a cool idea and could be fun to do. so, the mycelium HAL uses a trait with a b…
hawkw updated
1 month ago
-
The idea of `timer_spliter` is to take a single timer and split it into multiple timers. It would take `size_t` template parameter which is used to create memory for N number of callbacks for each tim…
-
Using the blinky example, modified to run in an executor task, I cannot get the timer to be accurate to a microsecond. Best I have seen is around ~100us. I tried converting it to an interrupt executor…
-
### Board
ESP32S3 16MB flash, 8 MB PSRAM, ili9488, FT5x06 custom PCB
### Hardware Description
Custom PCB
### IDE Name
VSCodue Insiders
### Operating System
Win10
### Description
I ported to L…
-
```
Is it possible to have the interruption timed?
A toggle button could be used for the interruption button to time the
interruption and to pause the pomodoro for an equivalent time.
It's an inter…
-
```bash
#include
#include
#include
#include
#include
/* PWM-related parameter definitions */
#define PWM_PERIOD_NS 1000000 /* 1ms = 1kHz */
#define DUTY_CYCLE_20 200000 /…
-
- [ ] Diagrama esquemático de la arquitectura del sistema. @ivan31ruiz
- [ ] Diagrama de flujo de las funciones y estados del sistema. @saragervan
-
I think the design approach and utility of the timeout functions came from a time when libhal and the previous project SJSU-Dev2 used result types for error handling. They have the same viral behavior…