-
C:\Users\USER\Documents\Hacking\Digispark>digiduck DNSPoison.txt DnsPoisonDigi
Traceback (most recent call last):
File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
"__main__",…
-
Add support for native FrSky telemetry (S.Port based X-Series receiver) using only a simple external inverter (i.e. https://github.com/TauLabs/TauLabs/wiki/User-Guide:-FrSKY-S.PORT-telemetry).
Somebod…
-
I was just trying to download the board info for my Digistump Digispark board
with the current development version of the plugin (commit c707e0e05117527dac4ad6d6ba843c3a390d768d)
from their official s…
-
I'm talking library ID 200 - http://platformio.org/lib/show/200/DigitalIO. Library repository is [hosted on GitHub](https://github.com/greiman/DigitalIO).
I added it to my `platformio.ini`:
```
[env…
zgoda updated
7 years ago
-
```
Arduino: 1.6.9 (Mac OS X), Board: "Digispark Pro (Default 16 Mhz)"
...
In file included from /Users/flounder/OneDrive/Projects/XXX/V2/Sketches/Temperature/Temperature.ino:4:0:
/Users/flounder/Docu…
-
As title suggest, Could you please add support for Digispark? I tried this code on Digispark but no luck.
I think there is something to do with Keyboard library used in your code.
-
This is rather a question than a issue.
Can we port this port this code to [DigiSpark](http://digistump.com/category/1) ? It would be nice.
-
If you **try to compile the code below for an ATtiny 84**, you will get the error messages after the code.
**The preprocessor symbol "BIN" used in "Stream.h" and "Print.h" (line 32, value=2) is redefi…
-
Hey there - thanks for the work on AVRs for PlatformIO. It's great stuff! My issue is fortunately very minor - but seems to be buried in a tarball somewhere.
After a fresh install of PlatformIO, I ru…
-
I have been coding in c for minoca for about a week, and I have noticed that the functions for receiving data from socket connections (recv, recvfrom, recvmesg) seems to have an internal buffer limit …