gpioregs.h 225 B

123456789101112
  1. #ifndef __GPIOREGS_H__
  2. #define __GPIOREGS_H__
  3. // ssegment display
  4. #define PORT_80 0x80
  5. // buzzer
  6. #define BUZZER_PORT 0x61
  7. #define BUZZER_CHANNEL 0x43
  8. #define BUZZER_CHAN_1 0X41
  9. #define BUZZER_FREQ 0X42
  10. #endif