Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ain1084/xmegalib
C++ library for Atmel ATxmega
https://github.com/ain1084/xmegalib
atmel-avr atxmega
Last synced: 15 days ago
JSON representation
C++ library for Atmel ATxmega
- Host: GitHub
- URL: https://github.com/ain1084/xmegalib
- Owner: ain1084
- Created: 2018-02-27T11:33:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:36:30.000Z (about 1 month ago)
- Last Synced: 2024-11-26T14:33:02.339Z (about 1 month ago)
- Topics: atmel-avr, atxmega
- Language: C++
- Homepage:
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmegalib
C++ class library for Atmel ATxmega.## Implemented functions
### ATxmega classes
- SPI master (MSPI)
- I2C master
- I2C master (GPIO)
- Timer
- I2S/LPCM audio sample encoder (using MSPI)
- S/PDIF audio sample encoder (using MSPI)
- FAT file system (Read access only)
- Indexed file system (for DataFlash)### External device classes
- AT45DBxx (DataFlash)
- CS2200 (PLL Clock Synthesizer)
- XRA1200 (I2C I/O expander)
- SRAM23K (Serial SRAM)
- Push button
- Microsd card accessor
- Audio
- LM49450
- MAX9850
- PCM1770A
- CS8406 (Digital audio transmitter)
- Display
- SSD1322
- IL9325
- HD44780
- Font### audio classes
- Sample renderer
- Smaple buffer
- Mixier
- MS-Windows wave file parser### utility classes
- String
- Collections (vector, stack)
- smart pointer![BOARD](https://github.com/ain1084/xmegalib/blob/master/images/board.png)