mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
assign more portduino pins
This commit is contained in:
parent
5ceee50bb5
commit
b0e3a7524f
@ -45,5 +45,7 @@ void updateBatteryLevel(uint8_t level) NOT_IMPLEMENTED("updateBatteryLevel");
|
|||||||
*/
|
*/
|
||||||
void portduinoSetup() {
|
void portduinoSetup() {
|
||||||
printf("Setting up Meshtastic on Porduino...\n");
|
printf("Setting up Meshtastic on Porduino...\n");
|
||||||
|
gpioBind((new SimGPIOPin(LORA_DIO0, "LORA_DIO0")));
|
||||||
|
gpioBind((new SimGPIOPin(LORA_RESET, "LORA_RESET")));
|
||||||
gpioBind((new SimGPIOPin(RF95_NSS, "RF95_NSS"))->setSilent());
|
gpioBind((new SimGPIOPin(RF95_NSS, "RF95_NSS"))->setSilent());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user