aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vga-scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vga-scope.cpp')
-rw-r--r--examples/vga-scope.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/vga-scope.cpp b/examples/vga-scope.cpp
index 9c6dca5..66e72e9 100644
--- a/examples/vga-scope.cpp
+++ b/examples/vga-scope.cpp
@@ -28,12 +28,17 @@
- http://www.epanorama.net/documents/pc/vga_timing.html
This code is released into the public domain.
+
+ Authors:
+
+ Bryan Newbold <bnewbold@leaflabs.com>
+ Marti Bolivar <mbolivar@leaflabs.com>
*/
#include "wirish.h"
#include "systick.h"
-// FIXME generalize for Native and Mini
+// FIXME: generalize for Native and Mini
#define LED_PIN BOARD_LED_PIN
#define ANALOG_PIN 18