File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed 
Taida_Century_nRF52_minidev Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
9090static  const  uint8_t  SDA  =  PIN_WIRE_SDA ;
9191static  const  uint8_t  SCL  =  PIN_WIRE_SCL ;
9292
93+ /* 
94+  * Reset Button at P0.21 
95+  */ 
96+ #define  RESET_PIN             21
97+ 
9398#ifdef  __cplusplus 
9499}
95100#endif 
Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
9494static  const  uint8_t  SDA  =  PIN_WIRE_SDA ;
9595static  const  uint8_t  SCL  =  PIN_WIRE_SCL ;
9696
97+ /* 
98+  * Reset Button at P0.21 
99+  */ 
100+ #define  RESET_PIN             21
101+ 
97102#ifdef  __cplusplus 
98103}
99104#endif 
Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
104104static  const  uint8_t  SDA  =  PIN_WIRE_SDA ;
105105static  const  uint8_t  SCL  =  PIN_WIRE_SCL ;
106106
107+ /* 
108+  * Reset Button at P0.21 
109+  */ 
110+ #define  RESET_PIN             21
111+ 
107112#ifdef  __cplusplus 
108113}
109114#endif 
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
9999#define  PIN_WIRE_SDA          (12u)
100100#define  PIN_WIRE_SCL          (10u)
101101
102+ /* 
103+  * Reset Button at P0.21 
104+  */ 
105+ #define  RESET_PIN             21
106+ 
102107#ifdef  __cplusplus 
103108}
104109#endif 
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
9999#define  PIN_WIRE_SDA          (7)
100100#define  PIN_WIRE_SCL          (8)
101101
102+ /* 
103+  * Reset Button at P0.21 
104+  */ 
105+ #define  RESET_PIN             21
106+ 
102107#ifdef  __cplusplus 
103108}
104109#endif 
Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ static const uint8_t SCK  = PIN_SPI_SCK ;
108108static  const  uint8_t  SDA  =  PIN_WIRE_SDA ;
109109static  const  uint8_t  SCL  =  PIN_WIRE_SCL ;
110110
111+ /* 
112+  * Reset Button at P0.21 
113+  */ 
114+ #define  RESET_PIN             21
115+ 
111116#ifdef  __cplusplus 
112117}
113118#endif 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments