diff options
author | Karel Kočí <cynerd@email.cz> | 2015-10-17 16:34:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-10-17 16:34:55 +0200 |
commit | 7cfe3590af2a05306794dd9bc757920122ab9427 (patch) | |
tree | 6ab61f64cf30ca7e11d1afbf5767cf36b27121c7 /doc/spi.html | |
parent | 916755dfca193617a39ff1497cbe5d967938ea80 (diff) | |
download | avr-ioe-7cfe3590af2a05306794dd9bc757920122ab9427.tar.gz avr-ioe-7cfe3590af2a05306794dd9bc757920122ab9427.tar.bz2 avr-ioe-7cfe3590af2a05306794dd9bc757920122ab9427.zip |
Remove file accidentally committed html file
Diffstat (limited to 'doc/spi.html')
-rw-r--r-- | doc/spi.html | 13 |
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> |