(help)arduino yun,Write micro SD
hello everyone
has been updated linino
as long there bridge.begin(); yun no response
thank you
has been updated linino
as long there bridge.begin(); yun no response
thank you
i guess fileio.h or bridge.begin() error
i joined led no action
#include <fileio.h>
void setup() {
pinmode(13, output);
bridge.begin();
serial.begin(19200);
filesystem.begin();
while(!serial);
}
void loop () {
digitalwrite(13, high);
delay(500);
digitalwrite(13, low);
delay(500);
const char filenamepath[] = "/mnt/sda1/data.txt";
...
....
.........
i joined led no action
#include <fileio.h>
void setup() {
pinmode(13, output);
bridge.begin();
serial.begin(19200);
filesystem.begin();
while(!serial);
}
void loop () {
digitalwrite(13, high);
delay(500);
digitalwrite(13, low);
delay(500);
const char filenamepath[] = "/mnt/sda1/data.txt";
...
....
.........
Arduino Forum > Using Arduino > Programming Questions > (help)arduino yun,Write micro SD
arduino
Comments
Post a Comment