Got rid of MCP4725 library. For now MCP4725 DACs used only for gate signals, CV will be back with another DAC

This commit is contained in:
2025-10-20 01:35:17 +03:00
parent d4bc4552e7
commit 338c66152f
3 changed files with 46 additions and 17 deletions

View File

@ -93,7 +93,6 @@ typedef enum {
} BUTTON_HARDWARE_INTERFACE;
// CV DACs
#define DAC_1_ADDR 0x60
#define DAC_2_ADDR 0x61
#define DAC_MAX_VOLTAGE 5.1
#endif