Coder Social home page Coder Social logo

beocca / digistumparduinode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adnan-alhomssi/digistumparduinode

0.0 0.0 0.0 18.22 MB

Digistump library with german keyboard layout support

C 81.54% C++ 9.10% Arduino 2.08% SourcePawn 0.98% Objective-C 0.20% Assembly 3.33% PHP 0.70% Python 0.03% POV-Ray SDL 0.01% Processing 1.40% CSS 0.12% Shell 0.01% Elixir 0.01% XSLT 0.02% Makefile 0.33% Batchfile 0.01% HTML 0.03% GDB 0.11%

digistumparduinode's Introduction

DigistumpArduino - Germanized Keyboard Library

This fork adds only a single file to enable DigiKeyboard usage for keyboards with german layout

//This the important part, include the De suffixed version instead of the normal one and the rest goes same as the original lib.
#include "DigiKeyboardDe.h"

void setup() {
  // don't need to set anything up to use DigiKeyboard
}


void loop() {
  // this is generally not necessary but with some older systems it seems to
  // prevent missing the first character after a delay:
  DigiKeyboardDe.sendKeyStroke(0);
  
  DigiKeyboardDe.println("Hello XYZ !\"§$%&/()=? [] {}!");
  // It's better to use DigiKeyboard.delay() over the regular Arduino delay()
  // if doing keyboard stuff because it keeps talking to the computer to make
  // sure the computer knows the keyboard is alive and connected
  DigiKeyboard.delay(5000);
}

digistumparduinode's People

Contributors

ekettenburg avatar e-moe avatar awenisko avatar adnan-alhomssi avatar mpflaga avatar nfriedly avatar soundguy avatar sukkopera avatar vlee489 avatar per1234 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.