This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDcard

Hi,
could someone give me an example (or give me a link to one) about how to save data (expecially arrays) in the SD Memory card.

Many thanks.
B.R.

Parents Reply Children
  • I'm not stucked and i did not try anything right now. I want to start writing my program looking at some examples just to avoid to stuck.

  • "I want to start writing my program"

    Before you start writing any program, you need to design your software.

    And you need to think about how you will do things like writing data to the SD Cards.

    This is an essential part of the programming exercise - you need to learn to do this stuff!

    "looking at some examples"

    As already noted, there are plenty of examples readily available - easily found with a little googling.

    You will, of course, need (at least) basic programming skills to understand the examples...