aboutsummaryrefslogtreecommitdiff
path: root/include/07.pit/deo7
diff options
context:
space:
mode:
Diffstat (limited to 'include/07.pit/deo7')
-rw-r--r--include/07.pit/deo74
1 files changed, 0 insertions, 4 deletions
diff --git a/include/07.pit/deo7 b/include/07.pit/deo7
deleted file mode 100644
index c780ebc..0000000
--- a/include/07.pit/deo7
+++ /dev/null
@@ -1,4 +0,0 @@
- // The value we send to the PIT is the value to divide it's input clock
- // (1193180 Hz) by, to get our required frequency. Important to note is
- // that the divisor must be small enough to fit into 16-bits.
- uint32_t divisor = 1193180 / frequency;