Guest User

xmega_a4u.h

a guest
Mar 4th, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.46 KB | None | 0 0
  1. #include <inttypes.h>
  2. #include <avr/io.h>
  3. #include <avr/interrupt.h>
  4. #include <util/delay.h>
  5. #include <avr/pgmspace.h>
  6. #include <stddef.h>
  7.  
  8. uint8_t ReadCalibrationByte( uint8_t index );
  9. void cal_dac(uint8_t ch0gc, uint8_t ch0oc, uint8_t ch1gc, uint8_t ch1oc);
  10. void cal_adc(void);
  11.  
  12. void setup_clk_1M_int(void);
  13. void setup_clk_2M_int(void);
  14. void setup_clk_4M_int(void);
  15. void setup_clk_8M_int(void);
  16. void setup_clk_16M_int(void);
  17. void setup_clk_32M_int(void);
Add Comment
Please, Sign In to add comment