Skip to content

Instantly share code, notes, and snippets.

@dagon666
Created September 25, 2013 18:44
Show Gist options
  • Save dagon666/6704135 to your computer and use it in GitHub Desktop.
Save dagon666/6704135 to your computer and use it in GitHub Desktop.
dummy library implementation
#include "dummy.h"
#include "avr/io.h"
void portb_high() {
portb = 0xff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment