more docs and added the import_config.h file to controlle which c++ libraries are added
This commit is contained in:
parent
c4f43a0f9d
commit
fd48cc36c5
7 changed files with 73 additions and 21 deletions
21
import_config.h
Normal file
21
import_config.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#pragma once
|
||||
|
||||
// #################
|
||||
// # WARNING #
|
||||
// #################
|
||||
//
|
||||
// ## Read the docs before change here things!! ##
|
||||
//
|
||||
// https://zenndev1337.github.io/Rust-for-Arduboy/
|
||||
//
|
||||
// Comment out the librarys you dont need.
|
||||
// This saves memory but be carful if the librarys are not defined
|
||||
// it will not export the given functions for the rust project.
|
||||
//
|
||||
// to save a good amount you can comment out
|
||||
// the ArduboyTones library if you don't need it.
|
||||
|
||||
#define Arduboy2_Library ;
|
||||
#define ArduboyTones_Library ;
|
||||
#define EEPROM_Library ;
|
||||
#define Arduino_Library ;
|
Loading…
Add table
Add a link
Reference in a new issue