MSP430 PinMapper
Port |
Px.0 |
Px.1 |
Px.2 |
Px.3 |
Px.4 |
Px.5 |
Px.6 |
Px.7 |
Change Log
Version 1.0 - 4.12.2020
- First release, all functions implemented
- Added devices: MSP430G2553
- Added pin templates: output, input, input with interrupt
- Added function templates: h, l, toggle, val, ifg, ifg_clr
Version 1.1 - 8.11.2021
- Added include of msp430.h
- Set unused pins to zero if empty
Version 1.2 - 7.2.2022
- Added device: MSP430G2775
- Allow pin definitions not connected to a pin to generate valid C code
Version 1.3 - 12.1.2024
- Added device: MSP430F2274
- Changed empty template to generate setup() function
- Fixed bug of device name not restored after restoring from JSON