Small changes to the binary_info pin names
This commit is contained in:
committed by
Graham Sanderson
parent
47e4b7f161
commit
b369755d6f
@@ -126,7 +126,7 @@ int main() {
|
||||
gpio_set_dir(PIN_CS, GPIO_OUT);
|
||||
gpio_put(PIN_CS, 1);
|
||||
// Make the CS pin available to picotool
|
||||
bi_decl(bi_1pin_with_name(PIN_CS, "CS"));
|
||||
bi_decl(bi_1pin_with_name(PIN_CS, "SPI CS"));
|
||||
|
||||
mpu9250_reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user