1
0
Fork 0

Add non blackpill F4x1 config files (#16600)

* Add non blackpill F4x1 config files

* Move ld files

* Remove f401 i2c bodges

* more bodge?

* Update to recommended defaults
This commit is contained in:
Joel Challis 2022-04-06 01:23:04 +01:00 committed by GitHub
parent 45504bb094
commit a5e810b86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 713 additions and 41 deletions

View file

@ -18,6 +18,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "m75s.h"
void board_init(void) {
setPinInput(B9);
setPinInput(B10);
}