mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-10-31 14:11:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			268 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			268 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | #ifndef Pins_Arduino_h
 | ||
|  | #define Pins_Arduino_h
 | ||
|  | 
 | ||
|  | #include <stdint.h>
 | ||
|  | #include <d32_core.h>
 | ||
|  | 
 | ||
|  | static const uint8_t LED_BUILTIN = 5; | ||
|  | #define BUILTIN_LED  LED_BUILTIN // backward compatibility
 | ||
|  | static const uint8_t _VBAT = 35; // battery voltage
 | ||
|  | 
 | ||
|  | #endif /* Pins_Arduino_h */
 |