User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 08:44, 9 March 2018 (diff | hist) . . (+5,331). . N USBAPI.h(Created page with "<pre style="color:blue"> #ifndef __USBAPI__ #define __USBAPI__ #if defined(USBCON) //================================================================================ //===...") (current)
  • 08:43, 9 March 2018 (diff | hist) . . (+4,212). . N Udp.h(Created page with "<pre style="color:blue"> /* * Udp.cpp: Library to send/receive UDP packets. * * NOTE: UDP is fast, but has some important limitations (thanks to Warren Gray for mentioning...") (current)
  • 08:43, 9 March 2018 (diff | hist) . . (+14,642). . N Tone.cpp(Created page with "<pre style="color:blue"> /* Tone.cpp A Tone Generator Library Written by Brett Hagman This library is free software; you can redistribute it and/or modify it under...") (current)
  • 08:43, 9 March 2018 (diff | hist) . . (+4,039). . N Stream.h(Created page with "<pre style="color:blue"> /* Stream.h - base class for character-based streams. Copyright (c) 2010 David A. Mellis. All right reserved. This library is free software; y...") (current)
  • 08:41, 9 March 2018 (diff | hist) . . (+7,309). . N Stream.cpp(Created page with "<pre style="color:blue"> /* Stream.cpp - adds parsing methods to Stream class Copyright (c) 2008 David A. Mellis. All right reserved. This library is free software; you c...") (current)
  • 08:40, 9 March 2018 (diff | hist) . . (+143). . N Server.h(Created page with "<pre style="color:blue"> #ifndef server_h #define server_h class Server : public Print { public: virtual void begin() =0; }; #endif </pre>") (current)
  • 08:40, 9 March 2018 (diff | hist) . . (+1,364). . N Printable.h(Created page with "<pre style="color:blue"> /* Printable.h - Interface class that allows printing of complex types Copyright (c) 2011 Adrian McEwen. All right reserved. This library is f...") (current)
  • 08:39, 9 March 2018 (diff | hist) . . (+2,537). . N Print.h(Created page with "<pre style="color:blue"> /* Print.h - Base class that provides print() and println() Copyright (c) 2008 David A. Mellis. All right reserved. This library is free softw...") (current)
  • 08:39, 9 March 2018 (diff | hist) . . (+5,509). . N Print.cpp(Created page with "<pre style="color:blue"> /* Print.cpp - Base class that provides print() and println() Copyright (c) 2008 David A. Mellis. All right reserved. This library is free softw...") (current)
  • 08:38, 9 March 2018 (diff | hist) . . (+433). . N Platform.h(Created page with "<pre style="color:blue"> #ifndef __PLATFORM_H__ #define __PLATFORM_H__ #include <inttypes.h> #include <avr/pgmspace.h> #include <avr/eeprom.h> #include <avr/interrupt.h> #in...") (current)
  • 08:38, 9 March 2018 (diff | hist) . . (+665). . N New.h(Created page with "<pre style="color:blue"> /* Header to define new/delete operators as they aren't provided by avr-gcc by default Taken from http://www.avrfreaks.net/index.php?name=PNphpBB2&...") (current)
  • 08:37, 9 March 2018 (diff | hist) . . (+472). . N New.cpp(Created page with "<pre style="color:blue"> #include <new.h> void * operator new(size_t size) { return malloc(size); } void * operator new[](size_t size) { return malloc(size); } void ope...") (current)
  • 08:37, 9 March 2018 (diff | hist) . . (+234). . N Main.cpp(Created page with "<pre style="color:blue"> #include <Arduino.h> int main(void) { init(); #if defined(USBCON) USBDevice.attach(); #endif setup(); for (;;) { loop(); if (serialEv...") (current)
  • 08:36, 9 March 2018 (diff | hist) . . (+3,010). . N IPAddress.h(Created page with "<pre style="color:blue"> /* * * MIT License: * Copyright (c) 2011 Adrian McEwen * Permission is hereby granted, free of charge, to any person obtaining a copy * of this s...") (current)
  • 08:36, 9 March 2018 (diff | hist) . . (+1,184). . N IPAddress.cpp(Created page with "<pre style="color:blue"> #include <Arduino.h> #include <IPAddress.h> IPAddress::IPAddress() { memset(_address, 0, sizeof(_address)); } IPAddress::IPAddress(uint8_t firs...") (current)
  • 08:35, 9 March 2018 (diff | hist) . . (+13,804). . N HID.cpp(Created page with "<pre style="color:blue"> /* Copyright (c) 2011, Peter Barrett ** ** Permission to use, copy, modify, and/or distribute this software for ** any purpose with or without...") (current)
  • 08:35, 9 March 2018 (diff | hist) . . (+3,439). . N HardwareSerial.h(Created page with "<pre style="color:blue"> /* HardwareSerial.h - Hardware serial library for Wiring Copyright (c) 2006 Nicholas Zambetti. All right reserved. This library is free softwa...") (current)
  • 08:34, 9 March 2018 (diff | hist) . . (+13,310). . N HardwareSerial.cpp(Created page with "<pre style="color:blue"> /* HardwareSerial.cpp - Hardware serial library for Wiring Copyright (c) 2006 Nicholas Zambetti. All right reserved. This library is free soft...") (current)
  • 08:33, 9 March 2018 (diff | hist) . . (+729). . N Client.h(Created page with "<pre style="color:blue"> #ifndef client_h #define client_h #include "Print.h" #include "Stream.h" #include "IPAddress.h" class Client : public Stream { public: virtual int...") (current)
  • 08:33, 9 March 2018 (diff | hist) . . (+6,894). . N CDC.cpp(Created page with "<pre style="color:blue"> /* Copyright (c) 2011, Peter Barrett ** ** Permission to use, copy, modify, and/or distribute this software for ** any purpose with or without...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)