You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Atmel atmega328pb (newer, some times found in pro-minis)
14
15
- Logic Green lgt8f328p [checkout this core](https://github.com/dbuezas/lgt8fx)
15
16
- If people uses this, I can add more (e.g attiny)
16
17
@@ -19,7 +20,8 @@ Application to configure and visualise timers. All your changes are stored in th
19
20
- Timer0
20
21
- Timer1
21
22
- Timer2
22
-
- Timer3
23
+
- Timer3 (lgt8f328p and atmega328pb)
24
+
- Timer4 (atmega328pb)
23
25
24
26
## Supported modes (all!)
25
27
@@ -54,7 +56,7 @@ Application to configure and visualise timers. All your changes are stored in th
54
56
- A custom constraint solver finds out what values are possible for each of the other variables and the rest is disabled in the UI (note that tables are interconnected when they share variables)
55
57
- Given the user selection, a suggestion for all other variables is created one by one by:
56
58
- Computing the viable values of a variable
57
-
- Picking the first viable value for that variable
59
+
- Picking the first viable value for that variable
58
60
- Repeating until all variables have only one viable value
59
61
- Finally the values of variables are used to run the simulation (plot) and write the code & comments.
60
62
- The code output is generared by iterating over each regiser and picking the bits that are set to one.
ICR1: 'If ICR1 is not used as top, the input capture pin (ICP1) is PB0.\nIf ICR1 is used as top, ICP1 is disconnected. The input compare register is not double-buffered so it will be updated immediatly (and not on TOP or BOTTOM like OCRs). This may make the timer lose a match if changed near it.',
95
-
ICR3: 'If ICR3 is not used as top, the input capture pin (ICP3) is PF4.\nIf ICR3 is used as top, ICP3 is disconnected. The input compare register is not double-buffered so it will be updated immediatly (and not on TOP or BOTTOM like OCRs). This may make the timer lose a match if changed near it.'
95
+
ICR3: 'If ICR3 is not used as top, the input capture pin (ICP3) is PF4.\nIf ICR3 is used as top, ICP3 is disconnected. The input compare register is not double-buffered so it will be updated immediatly (and not on TOP or BOTTOM like OCRs). This may make the timer lose a match if changed near it.',
96
+
ICR4: 'If ICR4 is not used as top, the input capture pin (ICP4) is PE0.\nIf ICR4 is used as top, ICP4 is disconnected. The input compare register is not double-buffered so it will be updated immediatly (and not on TOP or BOTTOM like OCRs). This may make the timer lose a match if changed near it.'
0 commit comments