|  |  |  |  |  |  | 
														
													
														
															|  |  | 
 |  |  | 
 | 
														
													
														
															|  |  | // Define these to increase the voltage when attempting overclocking |  |  | // Define these to increase the voltage when attempting overclocking | 
														
													
														
															|  |  | // The frequency step is how quickly to increase voltage per frequency |  |  | // The frequency step is how quickly to increase voltage per frequency | 
														
													
														
															|  |  | // The datasheet says 1300 is the absolute maximum voltage.  The hardware |  |  |  | 
														
													
														
															|  |  | // can actually create up to 1575, but going over 1300 risks damage! |  |  |  | 
														
													
														
															|  |  |  |  |  | // The datasheet says 1600 is the absolute maximum voltage.  The hardware | 
														
													
														
															|  |  |  |  |  | // can actually create up to 1575.  But 1300 is the recommended limit. | 
														
													
														
															|  |  |  |  |  | //  (earlier versions of the datasheet said 1300 was the absolute max) | 
														
													
														
															|  |  | #define OVERCLOCK_STEPSIZE  28000000 |  |  | #define OVERCLOCK_STEPSIZE  28000000 | 
														
													
														
															|  |  | #define OVERCLOCK_MAX_VOLT  1300 |  |  |  | 
														
													
														
															|  |  | //#define OVERCLOCK_MAX_VOLT  1575 // Danger Will Robinson! |  |  |  | 
														
													
														
															|  |  |  |  |  | #define OVERCLOCK_MAX_VOLT  1575 | 
														
													
														
															|  |  | 
 |  |  | 
 | 
														
													
														
															|  |  | 
 |  |  | 
 | 
														
													
														
															|  |  | uint32_t set_arm_clock(uint32_t frequency); |  |  | uint32_t set_arm_clock(uint32_t frequency); |