Flying Silicon Sensor
pindefs.h File Reference

Pin definitions for Seeed XIAO nRF52840 2.9.2 with Adafruit bluefruit library. More...

Go to the source code of this file.

Macros

#define PIN_BUZZER   D1
 
#define PIN_USB   D10
 
#define PIN_HICHG   PIN_CHARGING_CURRENT
 
#define PIN_BATTV_ENABLE   VBAT_ENABLE
 
#define PIN_BATTV   PIN_VBAT
 
#define PIN_CHG   23
 
#define ANALOG_REFV   AR_INTERNAL_2_4
 
#define LEDR   LED_RED
 
#define LEDG   LED_GREEN
 
#define LEDB   LED_BLUE
 

Detailed Description

Pin definitions for Seeed XIAO nRF52840 2.9.2 with Adafruit bluefruit library.

Arduino code for Flying Silicon Airspeed/Vario Probe and TotalVario Android app.

For more information refer to: https://flyingsilicon.blogspot.com/
https://totalvario.blogspot.com/

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License http://www.gnu.org/licenses/ for more details.

Definition in file pindefs.h.

Macro Definition Documentation

◆ ANALOG_REFV

#define ANALOG_REFV   AR_INTERNAL_2_4

Definition at line 39 of file pindefs.h.

◆ LEDB

#define LEDB   LED_BLUE

Definition at line 44 of file pindefs.h.

◆ LEDG

#define LEDG   LED_GREEN

Definition at line 43 of file pindefs.h.

◆ LEDR

#define LEDR   LED_RED

Definition at line 42 of file pindefs.h.

◆ PIN_BATTV

#define PIN_BATTV   PIN_VBAT

Definition at line 35 of file pindefs.h.

◆ PIN_BATTV_ENABLE

#define PIN_BATTV_ENABLE   VBAT_ENABLE

Definition at line 33 of file pindefs.h.

◆ PIN_BUZZER

#define PIN_BUZZER   D1

Definition at line 27 of file pindefs.h.

◆ PIN_CHG

#define PIN_CHG   23

Definition at line 37 of file pindefs.h.

◆ PIN_HICHG

#define PIN_HICHG   PIN_CHARGING_CURRENT

Definition at line 31 of file pindefs.h.

◆ PIN_USB

#define PIN_USB   D10

Definition at line 29 of file pindefs.h.