Update GPIO macro usages in core (#23093)
This commit is contained in:
		
							parent
							
								
									6810aaf013
								
							
						
					
					
						commit
						2d1aed78a6
					
				
					 61 changed files with 334 additions and 334 deletions
				
			
		| 
						 | 
				
			
			@ -116,8 +116,8 @@ void is31fl3746a_init_drivers(void) {
 | 
			
		|||
    i2c_init();
 | 
			
		||||
 | 
			
		||||
#if defined(IS31FL3746A_SDB_PIN)
 | 
			
		||||
    setPinOutput(IS31FL3746A_SDB_PIN);
 | 
			
		||||
    writePinHigh(IS31FL3746A_SDB_PIN);
 | 
			
		||||
    gpio_set_pin_output(IS31FL3746A_SDB_PIN);
 | 
			
		||||
    gpio_write_pin_high(IS31FL3746A_SDB_PIN);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    for (uint8_t i = 0; i < IS31FL3746A_DRIVER_COUNT; i++) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue