PETREMANN Marc

Results 13 issues of PETREMANN Marc

Hello, I integrate the SPI management words: ``` #define ENABLE_SPI_SUPPORT //....... OPTIONAL_SPI_SUPPORT \ //...... // *** Support SPI *** #ifndef ENABLE_SPI_SUPPORT # define OPTIONAL_SPI_SUPPORT #else # include # define OPTIONAL_SPI_SUPPORT...

I am trying to make a new **userwords.h** file I'm having a little problem adding FORTH instructions as is done for example in **oled.h** I added these few lines to...

It would be interesting to extend the entry of prefixed integers as exists in hexadecimal: $1s2b3c to other numbers in binary: %10101101 or in decimal: #2024 Simply modify the convert()...