Merge pull request #65 from Serasidis/patch-1
Unused included libraries in hello_STM.ino file have been removed.
This commit is contained in:
commit
81b76b8ade
|
@ -10,21 +10,9 @@
|
|||
email: avrsite@yahoo.gr
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
//#include <avr/io.h>
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
//#include "printf.h"
|
||||
#include <VS1003_STM.h>
|
||||
#include <SPI.h>
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* VS1003 development board connected by it's header pins the following way:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue