Skip to content

Instantly share code, notes, and snippets.

@dagon666
Created September 25, 2013 18:49
Show Gist options
  • Save dagon666/6704202 to your computer and use it in GitHub Desktop.
Save dagon666/6704202 to your computer and use it in GitHub Desktop.
dummy library example program
#include "dummy.h"
int main(void) {
portb_high();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment