sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Code with only SD writes #23

Closed WLaney closed 7 years ago

WLaney commented 7 years ago

Similar to issue #22, but the opposite. I want a little code that does a lot of SD writing for power testing reasons.

TheBen27 commented 7 years ago

In other words, you want code that just constantly writes data to the SD card? Slightly more difficult than the last one, but not by much.

On Mar 13, 2017 3:49 PM, "William Laney" notifications@github.com wrote:

Similar to issue #22 https://github.com/WLaney/Arduino_Animal_Tag/issues/22, but the opposite. I want a little code that does a lot of SD writing for power testing reasons.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WLaney/Arduino_Animal_Tag/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AI_0JSYFbqlxi7YVoiIxrAOlpXI4lklzks5rlZ2ugaJpZM4Mbu2O .

WLaney commented 7 years ago

That's right. If it's hard or will take a while don't worry about it. This is not super important.

TheBen27 commented 7 years ago

Alright. In miscellaneous sketches/sd_stress_test, you will find the abomination you are looking for. It just pushes garbage data to the SD as fast as it can.

WLaney commented 7 years ago

Thank you Ben, you're the hero that we need