Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						337be283ca
					
				
					 17 changed files with 12 additions and 108 deletions
				
			
		| 
						 | 
				
			
			@ -4,9 +4,6 @@
 | 
			
		|||
#include <stdint.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
 | 
			
		||||
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
 | 
			
		||||
#define CPU_16MHz       0x00
 | 
			
		||||
 | 
			
		||||
void init_ergodox(void);
 | 
			
		||||
 | 
			
		||||
inline void ergodox_right_led_1_off(void) { DDRB &= ~(1<<PB5); PORTB &= ~(1<<PB5); }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue