Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving user settings #13

Open
ioridev opened this issue Jul 6, 2023 · 1 comment
Open

Saving user settings #13

ioridev opened this issue Jul 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ioridev
Copy link
Owner

ioridev commented Jul 6, 2023

Change polling rate or input mode and save

Program / Flash Memory
Teensy 4.0 has 2 Mbyte of flash memory intended for storing your code. The flash memory can also store read-only variables and arrays. A portion of the flash memory may be used for file storage using the LittleFS library. The top 64K of this memory is reserved for EEPROM emulation data and the LED blink restore program.
https://www.pjrc.com/store/teensy40.html

@ioridev ioridev added the enhancement New feature or request label Jul 6, 2023
@ioridev
Copy link
Owner Author

ioridev commented Jul 12, 2023

I want to implement a web configurator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant