22 Commits

Author SHA1 Message Date
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
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
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
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
aeb7af566f fixes for BM compat 2015-06-24 14:40:30 -07:00
Erik Tylek Kettenburg
92c97e3b2b updated to latest arduino version with transaction support 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