Skip to content

Commit

Permalink
sensor watch boards: add frequency correction hints
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Jul 16, 2024
1 parent 51a3002 commit bf54c30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/sensorwatch_blue/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "hal_gpio.h"

#define STATIC_FREQCORR (11)

// Detects if we are on USB power.
HAL_GPIO_PIN(VBUS_DET, A, 3)

Expand Down
2 changes: 2 additions & 0 deletions boards/sensorwatch_green/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "hal_gpio.h"

#define STATIC_FREQCORR (22)

// Detects if we are on USB power.
HAL_GPIO_PIN(VBUS_DET, A, 3)

Expand Down
2 changes: 2 additions & 0 deletions boards/sensorwatch_pro/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "hal_gpio.h"

#define STATIC_FREQCORR (0)

// Detects if we are on USB power.
HAL_GPIO_PIN(VBUS_DET, A, 3)

Expand Down
2 changes: 2 additions & 0 deletions boards/sensorwatch_red/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include "hal_gpio.h"

#define STATIC_FREQCORR (0)

// Detects if we are on USB power.
HAL_GPIO_PIN(VBUS_DET, A, 3)

Expand Down

0 comments on commit bf54c30

Please sign in to comment.