Skip to content
Snippets Groups Projects
Commit da1f082b authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Remove unused stuff from main.h.

parent 55bf4698
Branches
Tags
No related merge requests found
......@@ -15,25 +15,6 @@
//#include "max5443.h"
#include "experiment.h"
int8_t autogainswitch(void);
void menu(uint8_t selection);
//void pot_set_gain(/*uint8_t*/ potgain_t gain);
//void pot_LP(uint8_t lponoff);
#define MENU_LSV 1
#define MENU_CV 2
#define MENU_SWV 3
#define MENU_AMP 4
#define MENU_EIS 5
#define MENU_OPS 0
// #define POT_GAIN_30k 0
// #define POT_GAIN_300k 1
// #define POT_GAIN_3M 2
// #define POT_GAIN_500M 3
// #define POT_LP_OFF 0
// #define POT_LP_ON 1
#define ADS_F_2_5 0
#define ADS_F_5 1
#define ADS_F_10 2
......@@ -51,6 +32,4 @@ void menu(uint8_t selection);
#define ADS_F_15000 14
#define ADS_F_30000 15
#define SIN_IMP_CYCLEPTS 50
#endif
\ No newline at end of file
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment