Rust-for-Arduboy/import_config.h
2023-10-01 11:31:40 +02:00

23 lines
No EOL
641 B
C

#pragma once
// #################
// # WARNING #
// #################
//
// ## Read the docs before change here things!! ##
//
// https://zenndev1337.github.io/Rust-for-Arduboy/
//
// Comment out the libraries you dont need.
// This saves memory but be careful if the libraries 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 ArdVoice_Library ;
#define EEPROM_Library ;
#define Arduino_Library ;
// #define Arduino_Serial_Library ;