Project 1 Grade and Breakdown

You earned(100) 

1. Reverse string(30): 

	- Run properly with no errors (10)
	- Reverse a given string through command line or user input (10)
	- Reverse the whole string character by character (10)
		- Otherwise, only 5 points.

2. Led loop(30):

	- Run properly with no errors (10)
	- Can change either delay time or # of cycles of blinking loop (10)
		- If your program just blinks some leds for a fixed # of times, only 5 points awarded.
	- Use proper delay time so that anyone can see the blinking (10) 

3. Your own command(30):

	- Run properly with no errors(10)
	- Use components in the router and implement a creative command(20)
	  	- Only teams who used any components in router(e.g. leds) and implemented creative program deserve 20 points. 
		- Only 15 points awarded for simple different version of led blinking or something(adder, binary counter, etc. Those are all I mentioned in rec). 
		- Too simple one something like just printing something, only 10 points.

	
3. Document(10): 
	- Submit a readme file.
	- How to run your command, what are the input parameters of your commands, and etc. 

