GithubHelp home page GithubHelp logo

khswong / arduino-littlefs-spimemory-wrapper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 19 KB

A simple LittleFS wrapper and example implementation using the SpiMemory library.

License: GNU General Public License v3.0

C++ 85.13% C 14.87%
littlefs spimemory arduino feather

arduino-littlefs-spimemory-wrapper's Introduction

Arduino-LittleFS-SpiMemory-Wrapper

A simple LittleFS wrapper and example implementation using the SpiMemory library. I haven't seen anyone post an example implementation of this working, so I decided to give it a crack.

This depends on ARMmbed's LittleFS and Marzogh's SPIMemory Arduino library. Pull both of them into your Arduino library path.

I tested this on an Adesto AT25SF041 flash IC and an ATSAMD21G18-based Arduino Feather clone (Cortex-M0+ based).

arduino-littlefs-spimemory-wrapper's People

Contributors

khswong avatar

Stargazers

 avatar  avatar

Watchers

 avatar

arduino-littlefs-spimemory-wrapper's Issues

Has not been declared

I had to add these two lines to LFSInterface.h to make it work

#include <Arduino.h>
#include <lfs.h>

Is that an issue on my side? How did you make it work without them.
I kept getting a lot of undeclared errors on the type byte and for the whole struct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.