79 Commits

Author SHA1 Message Date
Erik Tylek Kettenburg
111396ffe5 Merge pull request #51 from per1234/output-recipes
Add output recipes
2017-08-29 16:49:34 -07:00
per1234
d208cb7669 Add output recipes
These recipes are required to support **Sketch > Export compiled
Binary**. See:

https://github.com/arduino/Arduino/blob/1.8.1/hardware/arduino/avr/platform.txt#L74-L76

https://github.com/arduino/Arduino/blob/1.8.1/hardware/arduino/sam/platform.txt#L86-L88
2017-01-19 14:21:39 -08:00
Erik Tylek Kettenburg
684c36af77 Merge pull request #36 from SukkoPera/master
Switch to Arduino-compliant EEPROM library
2016-06-13 21:12:32 -07:00
SukkoPera
d457051fd4 Switch to Arduino-compliant EEPROM library 2016-06-04 15:21:46 +02:00
Erik Kettenburg
b9a79d8b2e add eeprom library explicitly 2016-05-16 17:19:02 -07:00
Erik Tylek Kettenburg
7841eb24ff Merge pull request #31 from nfriedly/patch-1
formatting improvements to RGB example
2016-03-29 10:09:55 -07:00
Nathan Friedly
f402493d27 formatting improvements to RGB example
White space-only changes to fix indentation and general consistency withing example
2016-03-29 10:59:10 -04:00
Erik Tylek Kettenburg
41c25785db Merge pull request #30 from vlee489/master
Updates DigiKeyboard.h to add arrows keys.
2016-03-07 17:25:05 -08:00
Vincent Lee
2b684b9034 Updates DigiKeyboard.h to add arrows keys.
Signed-off-by: Vincent Lee <vlee489@users.noreply.github.com>
2016-03-07 18:59:06 +00:00
Erik Kettenburg
280b22b652 fix executables, add proper 64 bit version of launcher 2016-02-13 11:11:30 -08:00
Erik Kettenburg
822a2e4f55 update spi, fix lcd error 1.6.7 2016-02-12 19:09:37 -08:00
Erik Tylek Kettenburg
2c40bcdd6f Merge pull request #18 from eelmasllari/master
added functionality to send keypresses, i.e. a press without release
2016-02-12 18:31:49 -08:00
Erik Tylek Kettenburg
af7c58d1e5 Update pins_arduino.h 2016-02-12 11:12:01 -08:00
Erik Tylek Kettenburg
ab01715320 Update pins_arduino.h 2016-02-12 11:11:35 -08:00
Erik Tylek Kettenburg
c16eb3cf70 Update pins_arduino.h 2016-02-12 11:11:03 -08:00
Erik Tylek Kettenburg
40be695f81 Add __AVR_ATtiny85__ to satisfy some libraries 2016-02-12 11:09:12 -08:00
Erik Tylek Kettenburg
fbd4d79324 Merge pull request #24 from e-moe/feature/platform.txt-update
{build.path}/{archive_file} is now {archive_file_path}
2016-02-12 11:03:44 -08:00
Erik Tylek Kettenburg
92260e2acd Merge pull request #25 from e-moe/fix/LiquidCrystal_I2C
fix #if defined checks - Thanks @e-moe - merging for todays release
2016-02-12 11:03:13 -08:00
Erik Tylek Kettenburg
badec8f822 Merge pull request #28 from per1234/dummy-example-headers
Add dummy .h files to Digispark_Examples and DigiXBetaBonus folders
2016-02-12 11:01:48 -08:00
per1234
0d4830288d Add dummy .h files to Digispark_Examples and DigiXBetaBonus folders
In Arduino IDE 1.6.6 and 1.6.7 these are considered invalid libraries
without a header file and this causes a warning whenever a Digispark
board is selected from the Tools > Board menu or Boards Manager or
Library Manager is opened with a Digispark board selected and the
sketches don't appear in the File > Example menu.
2016-02-04 02:35:46 -08:00
Nikolay Labinskiy
3577e4a637 fix #if defined checks 2016-01-31 21:54:05 +02:00
Nikolay Labinskiy
eed2ff45ba {build.path}/{archive_file} is now {archive_file_path} 2016-01-31 18:42:00 +02:00
Factor Sixty
6844d32b06 added functionality to send keypresses, i.e. just a press-and-hold, without release.
sendKeyStroke sends the release automatically, which creates a problem when you want to use the repeating key functionality of your OS.
2016-01-16 14:12:45 +01:00
Erik Tylek Kettenburg
bd916e2eea Merge pull request #11 from mpflaga/master
TCCR0B not initialized in DigisparkRGB example
2015-10-10 02:14:52 -07:00
Erik Tylek Kettenburg
4a1f9c7ac5 Merge pull request #8 from awenisko/patch-1
Update wiring.h
2015-10-10 02:14:31 -07:00
Erik Tylek Kettenburg
836e363726 Merge pull request #9 from awenisko/patch-2
Update wiring_digital.c
2015-10-10 02:13:12 -07:00
Michael P. Flaga
2de159b44d TCCR0B not initialized in DigisparkRGB example 2015-10-05 13:20:42 -04:00
awenisko
7533853c57 Update wiring_digital.c
Implemented INPUT_PULLUP digital pin mode.
2015-09-03 18:32:28 +02:00
awenisko
7d52a0cfb9 Update wiring.h
Defined INPUT_PULLUP mode.
2015-09-03 18:30:06 +02:00
Erik Tylek Kettenburg
60edebc52b Merge pull request #7 from SoundGuy/patch-1
fixed bug that prevented this from compiling
2015-08-13 22:20:08 -07:00
Oded Sharon
008b95382b fixed bug that prevented this from compiling
added const to line 273 to prescalers
2015-08-11 11:41:40 +03:00
Erik Tylek Kettenburg
528559488d updated with windows drivers and installer 2015-06-25 14:49:02 -07:00
Erik Tylek Kettenburg
487b621a89 add drivers to windows 2015-06-24 16:13:07 -07:00
Erik Tylek Kettenburg
2f8eec51b4 fix to stop warning in 1.6.5+ 2015-06-24 15:55:28 -07:00
Erik Tylek Kettenburg
aeb7af566f fixes for BM compat 2015-06-24 14:40:30 -07:00
Erik Tylek Kettenburg
8810516130 add avrdude dummy back in as launcher 2015-06-23 20:30:23 -07:00
Erik Tylek Kettenburg
92c97e3b2b updated to latest arduino version with transaction support 1.6.5a 2015-06-23 14:10:48 -07:00
Erik Tylek Kettenburg
4e2f6ffa1c updated to latest adafruit version 2015-06-23 14:08:14 -07:00
Erik Tylek Kettenburg
68ad726f9b add pro support 2015-06-23 13:39:23 -07:00
Erik Tylek Kettenburg
6ca6b114d5 switch to setup for Arduino Boards Manager 2015-06-23 12:42:35 -07:00
Erik Tylek Kettenburg
bc55c9bb45 Merge branch 'master' of https://github.com/digistump/DigistumpArduino 2015-01-19 21:06:27 -08:00
Erik Tylek Kettenburg
32573857c0 Changes from @defragster for OLED 2015-01-19 21:05:37 -08:00
Erik Tylek Kettenburg
df42601d87 Up to release C 2015-01-16 17:48:34 -08:00
Erik Tylek Kettenburg
6e29ad8d17 digicdc speed up! thanks @defragster v1.5.8C 2015-01-15 14:43:55 -08:00
Erik Tylek Kettenburg
7f0e4124e0 Update DigiCDC.h 2015-01-14 21:40:28 -08:00
Erik Tylek Kettenburg
a83f085330 Update DigiCDC.cpp
make delay configurable
2015-01-14 21:39:48 -08:00
Erik Tylek Kettenburg
d56454e098 remove old oled library 2015-01-14 18:09:15 -08:00
Erik Tylek Kettenburg
52f444d221 Add OLED library - update tiny wire libraries - add support for all PWM channels and PWM on pin 8 2015-01-14 18:08:45 -08:00
Erik Tylek Kettenburg
fb93846380 pwm fix - add 9dof example 2015-01-12 18:23:47 -08:00
Erik Tylek Kettenburg
02c36dfd60 add special Pro pwm functions 2015-01-12 15:16:52 -08:00