Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX31855 MCP23S18 MCP3202 MCP3208 MCP482x ShiftRegister1
Fork of elixys by
elixys.cpp@0:542583a6f6bb, 2013-10-30 (annotated)
- Committer:
- henryeherman
- Date:
- Wed Oct 30 18:17:06 2013 +0000
- Revision:
- 0:542583a6f6bb
- Child:
- 1:b0f7c49b67f8
Initial commit of the elixys firmware library
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| henryeherman | 0:542583a6f6bb | 1 | #include "elixys.h" | 
| henryeherman | 0:542583a6f6bb | 2 | namespace Elixys { | 
| henryeherman | 0:542583a6f6bb | 3 | |
| henryeherman | 0:542583a6f6bb | 4 | SPI spibus(P0_9,P0_8,P0_7); | 
| henryeherman | 0:542583a6f6bb | 5 | |
| henryeherman | 0:542583a6f6bb | 6 | } | 
