Add papers describing PID controller implementation for self-regulating systems

This commit is contained in:
2024-10-04 05:30:10 +02:00
parent eea8c015c0
commit ce6bc8a8a9
4 changed files with 5 additions and 2 deletions

View File

@@ -1,11 +1,14 @@
## Changelog ## Changelog
### v0.75-alpha2 ### v0.75-alpha2
- Use internal oscillator without CKDIV8.
- Increase available memory to 4096 bytes. - Increase available memory to 4096 bytes.
- Use external 18.432 MHz crystal oscillator.
- Consolidate unfinished tasks and update documentation.
- Add papers describing PID controller implementation.
- Move fuse Makefile variables to general settings.
- Change ARCH and MCU settings to match chip signature. - Change ARCH and MCU settings to match chip signature.
- Update module 'pwm' to run on atmega1284p hardware. - Update module 'pwm' to run on atmega1284p hardware.
- Update module 'usart' to run on atmega1284p hardware. - Update module 'uart' to run on atmega1284p hardware.
- Update module 'watchdog' to run on atmega1284p hardware. - Update module 'watchdog' to run on atmega1284p hardware.
- Update module 'memory' to run on atmega1284p hardware. - Update module 'memory' to run on atmega1284p hardware.
- Update Makefile settings for new chip architecture. - Update Makefile settings for new chip architecture.

BIN
docs/external/PIDC-01.pdf vendored Normal file

Binary file not shown.

BIN
docs/external/PIDC-02.pdf vendored Normal file

Binary file not shown.

BIN
docs/external/PIDC-03.pdf vendored Normal file

Binary file not shown.