aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/spi.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/spi.html b/doc/spi.html
deleted file mode 100644
index e81637f..0000000
--- a/doc/spi.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<h2>Serial peripheral interface</h2>
-
-<h3>spi_init</h3>
-
-<pre><code class="c">static inline void spi_init(enum spiMode mode)
-</code></pre>
-
-<p>Initializes SPI interface.
-Parameters:
- mode - Specify mode of SPI interface</p>
-
-<p> NOTE: Global interrupt must be enabled for right function of SPI.
- { SREG |= _BV(7) }</p>