Adrian Bauske
Adrian Bauske
Uploading Files now works by using FormData object to set the file(blob). Please see line 184 where I use array.map(*function*) instead of map(array, *function*). I noticed you are using the...
Hi Steffen, thanks for the great plugin and all your work! I was wondering whether it is intentional, that KiCad new library format is imported into library files that are...
Title states the problem. We can only send and receive data using bool CAN0_MessageTransmitFifo(uint8_t numberOfMessage, CAN_TX_BUFFER *txBuffer); or bool CAN0_MessageReceiveFifo(CAN_RX_FIFO_NUM rxFifoNum, uint8_t numberOfMessage, CAN_RX_BUFFER *rxBuffer); respectively. However in https://github.com/Microchip-MPLAB-Harmony/csp/blob/f6814f5b3f60f7743dad711b866c929169dc0037/peripheral/can_u2003/templates/plib_can_common.h.ftl#L370C3-L370C3 it...