[fpc-pascal] Pascal Ardiono (avr) library

Florian Klämpfl florian at freepascal.org
Sat Apr 3 20:42:50 CEST 2021



> Am 03.04.2021 um 19:49 schrieb Joost van der Sluis via fpc-pascal <fpc-pascal at lists.freepascal.org>:
> 
> Hi all,
> 
> During some spare free time I've ported parts of the Arduino AVR library to Free Pascal. So now it is possible to use things like 'DigitalWrite' and 'Delay'.
> 
> More info here: https://lazarussupport.com/introducing-pasduino-the-pascal-avr-arduino-library/

You write that the assembler is far from ideal. Did you notice any problems in particular? Because in general it’s not that bad as long as one keeps in mind that one is working on a 8 bit systems where e.g. 32 bit integers hurt.



More information about the fpc-pascal mailing list