Added ulong2uchar (version 3.5).

This commit is contained in:
2023-04-18 13:39:52 +02:00
parent 87a6ed0795
commit c85b090306
2 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ uint32_t uchar2ulong(uint8_t Highbyte, uint8_t MHbyte, uint8_t MLbyte, uint8_t L
uint8_t uint2uchar(uint16_t uival, bool getHighB);
uint8_t ulong2uchar(uint32_t ulval, uint8_t getBytNr);
// getBytNr: 0=LSB 3=MSB
void delay(uint16_t MilliSec);