implement wiz helper functions to access spi

This commit is contained in:
2020-11-07 22:37:33 +01:00
parent 3bd79b1741
commit bd78c7afa1
4 changed files with 79 additions and 49 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
rm w5500/*
pushd ioLibrary_Driver
for D in Ethernet Ethernet/W5500 Internet/DHCP Internet/DNS Internet/httpServer Internet/MQTT; do
cp $D/*.c $D/.h ../w5500
done
popd