some handy code bits
See also the AVR pages for AVR code
See also the AVR pages for AVR code
High_low_client.c — This is the client that goes with the high_low_server. It guesses the number starting at -1 and counting up until it gets it right.
high_low_server.c — A server for a simple high low guessing game
Making avrdude — This is the script that I handed out in class to make avrdude with the endpoint patch for OpenSuse
my_gethostbyname.c — This is a program that calls gethostbyname and prints everything returned in human readable form.