Skip to content

Commit

Permalink
Update and rename README.txt to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephinemonica authored Jan 5, 2018
1 parent 40a7cac commit 139355b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions MA4830_Project2/README.txt → MA4830_Project2/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
HOW TO COMPILE THE PROGRAM
### Compiling the Program
```
cc -c hardware_input.c
cc -c keyboard_input.c
cc -c switch_input_mode.c
cc -c initialization.c
cc -c generate_wave.c
cc -lm hardware_input.o keyboard_input.o switch_input_mode.o initialization.o generate_wave.o -o main main.c

HOW TO RUN THE PROGRAM
```
### Running the Program
```
./main t:wave_type A:A_value m:mean_value f:frequency level D:duty_cyctle_value
```
NOTE: duty cycle only affects for square wave

0 comments on commit 139355b

Please sign in to comment.