mod01 update headers and descriptions
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include <avr/io.h>
|
||||
#include "headers.h"
|
||||
|
||||
#include "utils.h"
|
||||
#include "bitmanip.h"
|
||||
#include "timer.h"
|
||||
|
||||
#define PERIOD 1000
|
||||
#define DUTY_CYCLE 10
|
||||
|
||||
// turns on led2 at 1Hz and duty cycle of 10%, not using PORTx, with empty infinite loop
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user