Newer
Older
#include "timer_1.h"
#include "pinchange.h"
#include <avr/io.h>
int main(void) {
// timer will be stopped in pc interrupt
while(1) {
}
#include "timer_1.h"
#include "pinchange.h"
#include <avr/io.h>
int main(void) {
// timer will be stopped in pc interrupt
while(1) {
}