committed by
Scott Lahteine
parent
1552c6d2a5
commit
5a9635aa58
@ -29,8 +29,10 @@
|
||||
|
||||
#define BOARD_INFO_NAME "Artillery Ruby"
|
||||
|
||||
#define FLASH_EEPROM_EMULATION
|
||||
//#define I2C_EEPROM
|
||||
#if NO_EEPROM_SELECTED
|
||||
#define FLASH_EEPROM_EMULATION
|
||||
//#define I2C_EEPROM
|
||||
#endif
|
||||
//#define E2END 0xFFF // 4KB
|
||||
|
||||
#define HAL_TIMER_RATE F_CPU
|
||||
|
@ -119,7 +119,7 @@
|
||||
#define FAN2_PIN PE4
|
||||
#define FAN3_PIN PE5
|
||||
|
||||
#define FAN_SOFT_PWM
|
||||
#define FAN_SOFT_PWM_REQUIRED
|
||||
|
||||
// Neopixel Rings
|
||||
#define NEOPIXEL_PIN PC7
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
// Use soft PWM for fans - PWM is not working properly when paired with STM32 Arduino Core v1.7.0
|
||||
// This can be removed when Core version is updated and PWM behaviour is fixed.
|
||||
#define FAN_SOFT_PWM
|
||||
#define FAN_SOFT_PWM_REQUIRED
|
||||
|
||||
//
|
||||
// Configure Timers
|
||||
|
Reference in New Issue
Block a user