Skip to content

Commit

Permalink
Merge pull request #70 from mmoskal/arcadebl
Browse files Browse the repository at this point in the history
Update config: accelerometer type in pybadge
  • Loading branch information
dhalbert authored Jun 23, 2019
2 parents fcae276 + 65b220d commit 93da06e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions boards/arcade_pybadge/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const uint32_t config_data[] = {
60, 0x17, // PIN_JACK_TX = PIN_D13
65, 0x2, // PIN_JACK_SND = PIN_A0
69, 0x3ed, // PIN_BTN_SOFT_RESET = P_1005
70, 0x32, // ACCELEROMETER_TYPE = LIS3DH
70, 0x30, // ACCELEROMETER_TYPE = 48
71, 0x20, // PIN_BTNMX_LATCH = PB00
72, 0x3f, // PIN_BTNMX_CLOCK = PB31
73, 0x3e, // PIN_BTNMX_DATA = PB30
Expand All @@ -99,7 +99,7 @@ const uint32_t config_data[] = {
200, 0x5, // NUM_NEOPIXELS = 5
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x18591ab9, // BOOTLOADER_BOARD_ID = 0x18591ab9
208, 0x75fdeb5f, // BOOTLOADER_BOARD_ID = 0x75fdeb5f
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down
2 changes: 1 addition & 1 deletion boards/arcade_pybadge_lc/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const uint32_t config_data[] = {
200, 0x1, // NUM_NEOPIXELS = 1
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x18591ab9, // BOOTLOADER_BOARD_ID = 0x18591ab9
208, 0x3f05ba69, // BOOTLOADER_BOARD_ID = 0x3f05ba69
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down
2 changes: 1 addition & 1 deletion boards/arcade_pygamer/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const uint32_t config_data[] = {
200, 0x5, // NUM_NEOPIXELS = 5
204, 0x80000, // FLASH_BYTES = 0x80000
205, 0x30000, // RAM_BYTES = 0x30000
208, 0x18591ab9, // BOOTLOADER_BOARD_ID = 0x18591ab9
208, 0x2dd7a88c, // BOOTLOADER_BOARD_ID = 0x2dd7a88c
209, 0x55114460, // UF2_FAMILY = ATSAMD51
210, 0x20, // PINS_PORT_SIZE = PA_32
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit 93da06e

Please sign in to comment.