added comment

interrupts
polymurph 4 years ago
parent e0fa318b22
commit 5245488f23

@ -36,6 +36,7 @@ struct SPICH
uint8_t* buffer, uint8_t* buffer,
const uint8_t& len) const uint8_t& len)
{ {
// spiHwCH.takeMutex();
chipSelect.write(false); chipSelect.write(false);
spiHwCH.tx(address); spiHwCH.tx(address);
@ -45,6 +46,7 @@ struct SPICH
}; };
chipSelect.write(true); chipSelect.write(true);
// spiHwCH.releaseMutex();
} }

Loading…
Cancel
Save