Arduino and D
Patrick Schluter
Patrick.Schluter at bbox.fr
Sat May 18 08:55:01 UTC 2019
On Saturday, 25 October 2014 at 22:55:12 UTC, Israel wrote:
> On Saturday, 25 October 2014 at 21:49:53 UTC, Ty Tower wrote:
>> Has anybody tapped the massive Arduino programming explosion
>> using D instead of C++ ?
>> I got started on Arduino a few years back and it has taken the
>> microprocessor popularity through the roof .
>> Unfortunately you download the IDE (Integrated Development
>> Environment) from Arduino.cc direct and then using a $3
>> development board with a 328p chip on it ,proceed to program
>> the chip to do pretty much whatever you can think of
>> including turning stuff on with your mobile from anywhere in
>> the world and much much more .
>>
>> I wondered if someone could adapt it to D ?
>
> Well it is ARM so it should be possible.
No, it's AVR not ARM (in fact it's both, AVR for the small
devices and ARM for the big ones).
More information about the Digitalmars-d
mailing list