7 Commits

Author SHA1 Message Date
Uwe Hermann
01bfbfed41 Deduplicate example README file contents. 2010-12-29 19:49:59 +01:00
Uwe Hermann
36931dc991 Whitespace fixes. 2010-12-29 15:55:12 +01:00
Piotr Esden-Tempski
c031b6691e Moved common example make code to a central file. Added more gitignores. 2010-12-17 21:45:38 +01:00
Uwe Hermann
54dfb91996 Add missing spi.h #include. 2010-03-04 21:35:59 +01:00
Piotr Esden-Tempski
d7489ebfbd Added standard clock setup routines.
Thanks to Thomas Otto for pointing out problems with the clock code in
examples and his clock routine implementations. Based on that the most
common clock combination routines were added to the library and all
routines in examples setting up the clock replaced with calls to that
functions.
2010-03-04 20:37:04 +01:00
Piotr Esden-Tempski
d84c4030b2 Cleaned up header inclusion.
Now all examples are including only the modules they really need. Also
each header file of the library is including only the necessary headers
making it possible to use these modules in parallel with other
implementations that may collide with the definitions in other modules.
2010-03-04 19:16:24 +01:00
Uwe Hermann
9b4b4b1c83 Add SPI example framework (unfinished). 2010-03-02 10:59:17 +01:00