diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-11 20:45:35 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-11 20:45:47 -0400 |
| commit | e1a5d8edafca569cf96ae88956c1392cabe84ab0 (patch) | |
| tree | 3f4db37f9efbb5aebe2d270d7e054e2dd503911c /examples/vga-scope.cpp | |
| parent | 3403c0b54bb9bc18397fd1ce7e155414bd3e90fb (diff) | |
Resolving some FIXMEs.
Diffstat (limited to 'examples/vga-scope.cpp')
| -rw-r--r-- | examples/vga-scope.cpp | 7 |
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 |
