(help)arduino yun,Write micro SD


hello everyone
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";
...
....
.........


Arduino Forum > Using Arduino > Programming Questions > (help)arduino yun,Write micro SD


arduino

Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support