hovercraft-github

Results 33 comments of hovercraft-github

To make things clear, the following simple arduino sketch will not work in the current version of simavr: ``` void setup() { pinMode(0, INPUT_PULLUP); pinMode(1, INPUT_PULLUP); pinMode(7, OUTPUT); pinMode(13, OUTPUT);...

As far as I can understand, the AVR_MCU_EXTERNAL_PORT_PULL macro controls the state of **external** pull-ups only. This is not the same feature as an **internal** pull-up, so seems it's not...

@perigoso Thank you for your attention and support! Your are right in that the symbol your are using in your schematic is linked to the official Kicad libraries shipped with...

Hello! For the first point - we will evaluate and let you know soon. The second is rather problematic and we have no plan to implement this for a while....

About using GP deployed in a container and a spark running locally, basically it *should* work without any special settings, although I would discourage you from using such a setup...

This is a very interesting topic actually. I have an idea to make a special frequency counter component and test all the thing thoroughly in this [simavr-based environment](https://sourceforge.net/projects/simutron/).

Also, you can try the [simutron](https://sourceforge.net/projects/simutron/) - a GUI wrapper for simavr, where you can just to draw your test circuit, drag the UART - PTY link component, and that's...

@ricardojlrufino : Thank you for your interest. I will create wiki page about compiling soon. Could you please report in more details, do you successfully compile it and what problems...

06.11.2016 23:42, Ricardo JL Rufino пишет: > @hovercraft-github https://github.com/hovercraft-github I can > compile, by running the build unix script, please update the HELP by > putting this guide. > >...