You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
![]() |
Source code |
1 |
When the AS2 bit in ASSR is set (one) to enable asynchronous clocking of Timer/Counter2, pin PB7 is disconnected from the port, and becomes the inverting output of the Oscillator amplifier. [...] the pin can not be used as an I/O pin. |
![]() |
Source code |
1 |
When the AS2 bit in ASSR is set (one) to enable asynchronous clocking of Timer/Counter2, pin PB6 is disconnected from the port, and becomes the input of the inverting Oscillator amplifier. [...] the pin can not be used as an I/O pin. |
![]() |
Source code |
1 2 3 4 5 |
$regfile = "m8def.dat" $crystal = 1000000 Config Portb = Output Portb = 0 |
-