User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

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

  • 08:53, 9 March 2018 (diff | hist) . . (+20). . N 中国机器人教育联盟(Created page with "File:Example.jpg")
  • 08:52, 9 March 2018 (diff | hist) . . (+8,555). . N WString.h(Created page with "<pre style="color:blue"> /* WString.h - String library for Wiring & Arduino ...mostly rewritten by Paul Stoffregen... Copyright (c) 2009-10 Hernando Barragan. All right...") (current)
  • 08:51, 9 March 2018 (diff | hist) . . (+1,681). . N WString.cpp(Created page with "<pre style="color:blue"> -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*-: /* Part of the Wiring project - http://wiring.org.co Copyright (c) 2004-06 Hern...") (current)
  • 08:51, 9 March 2018 (diff | hist) . . (+1,681). . N WMath.cpp(Created page with "<pre style="color:blue"> -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*-: /* Part of the Wiring project - http://wiring.org.co Copyright (c) 2004-06 Hern...") (current)
  • 08:50, 9 March 2018 (diff | hist) . . (+1,633). . N Wiring shift.c(Created page with "<pre style="color:blue"> /* wiring_shift.c - shiftOut() function Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis This library is fre...") (current)
  • 08:49, 9 March 2018 (diff | hist) . . (+2,675). . N Wiring pulse.c(Created page with "<pre style="color:blue"> /* wiring_pulse.c - pulseIn() function Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis This library is free...") (current)
  • 08:49, 9 March 2018 (diff | hist) . . (+2,006). . N Wiring private.h(Created page with "<pre style="color:blue"> /* wiring_private.h - Internal header file. Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis This library is...") (current)
  • 08:48, 9 March 2018 (diff | hist) . . (+4,963). . N Wiring digital.c(Created page with "<pre style="color:blue"> /* wiring_digital.c - digital input and output functions Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis Th...") (current)
  • 08:48, 9 March 2018 (diff | hist) . . (+7,717). . N Wiring analog.c(Created page with "<pre style="color:blue"> /* wiring_analog.c - analog input and output Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David A. Mellis This library i...") (current)
  • 08:47, 9 March 2018 (diff | hist) . . (+9,420). . N Wiring.c(Created page with "<pre style="color:blue"> /* wiring.c - Partial implementation of the Wiring API for the ATmega8. Part of Arduino - http://www.arduino.cc/ Copyright (c) 2005-2006 David...") (current)
  • 08:47, 9 March 2018 (diff | hist) . . (+9,002). . N WInterrupts.c(Created page with "<pre style="color:blue"> -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*-: /* Part of the Wiring project - http://wiring.uniandes.edu.co Copyright (c) 20...") (current)
  • 08:46, 9 March 2018 (diff | hist) . . (+4,608). . N WCharacter.h(Created page with "<pre style="color:blue"> /* WCharacter.h - Character utility functions for Wiring & Arduino Copyright (c) 2010 Hernando Barragan. All right reserved. This library is fre...") (current)
  • 08:46, 9 March 2018 (diff | hist) . . (+1,904). . N USBDesc.h(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:45, 9 March 2018 (diff | hist) . . (+7,887). . N USBCore.h(Created page with "<pre style="color:blue"> // Copyright (c) 2010, Peter Barrett /* ** Permission to use, copy, modify, and/or distribute this software for ** any purpose with or without fee...") (current)
  • 08:45, 9 March 2018 (diff | hist) . . (+13,595). . N USBCore.cpp(Created page with "<pre style="color:blue"> /* Copyright (c) 2010, Peter Barrett ** ** Permission to use, copy, modify, and/or distribute this software for ** any purpose with or without...") (current)
  • 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)
  • 08:32, 9 March 2018 (diff | hist) . . (+10,411). . N Binary.h(Created page with "<pre style="color:blue"> #ifndef Binary_h #define Binary_h #define B0 0 #define B00 0 #define B000 0 #define B0000 0 #define B00000 0 #define B000000 0 #define B0000000 0 #de...") (current)
  • 08:31, 9 March 2018 (diff | hist) . . (+5,875). . N Arduino.h(Created page with "<pre style="color:blue"> #ifndef Arduino_h #define Arduino_h #include <stdlib.h> #include <string.h> #include <math.h> #include <avr/pgmspace.h> #include <avr/io.h> #include...") (current)
  • 08:28, 9 March 2018 (diff | hist) . . (+2). . Arduino库文件下载(current)
  • 08:27, 9 March 2018 (diff | hist) . . (+1,372). . N Arduino库文件下载(Created page with "==Arduino官方库文件下载== *[http://wiki.ywrobot.net/download/libraries/Adafruit_CircuitPlayground.rar Adafruit_CircuitPlayground] *[http://wiki.ywrobot.net/download/lib...")
  • 08:22, 9 March 2018 (diff | hist) . . (+400). . N Arduino加载库文件(Created page with "==Arduino加载库文件== 先把库文件从网站上下载下来,整个压缩包解压到Arduino IDE的libraries文件夹中。 <pre style="color:red"> 注意:库文...") (current)
  • 08:13, 9 March 2018 (diff | hist) . . (+2,273). . N Stdlib private.h(Created page with "<pre style="color:blue"> /* Copyright (c) 2004, Joerg Wunsch All rights reserved. Redistribution and use in source and binary forms, with or without modification, ar...") (current)
  • 08:11, 9 March 2018 (diff | hist) . . (+2,164). . N Sectionname.h(Created page with "<pre style="color:blue"> /* Copyright (c) 2009 Atmel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification...") (current)
  • 08:10, 9 March 2018 (diff | hist) . . (+4,531). . N Realloc.c(Created page with "<pre style="color:blue"> /* Copyright (c) 2004, 2010 Joerg Wunsch All rights reserved. Redistribution and use in source and binary forms, with or without modificatio...") (current)
  • 08:09, 9 March 2018 (diff | hist) . . (+7,740). . N Malloc.c(Created page with "<pre style="color:blue"> /* Copyright (c) 2002, 2004, 2010 Joerg Wunsch Copyright (c) 2010 Gerben van den Broeke All rights reserved. Redistribution and use in sour...") (current)
  • 08:09, 9 March 2018 (diff | hist) . . (+1,148). . N Arduino编程核心代码(Created page with "本核心代码版本为Arduino IDE1.0.5. #malloc.c #realloc.c #sectionname.h #stdlib_private.h #Arduino.h...")
  • 08:07, 9 March 2018 (diff | hist) . . (+94,222). . N Arduino编程参考手册(Created page with "__NOTOC__ ==首页== {| border="0" cellspacing="6" cellpadding="0" align="left" style="color:#77bc41; background:#efefef" |- style="height:50px; font-size:24px; color:white;...") (current)
  • 08:04, 9 March 2018 (diff | hist) . . (0). . N File:Driver 4.png(current)
  • 08:02, 9 March 2018 (diff | hist) . . (0). . N File:Driver3.png(current)
  • 08:01, 9 March 2018 (diff | hist) . . (+4). . Arduino驱动的安装(方法一:使用官方提供的一键安装程序安装) (current)
  • 08:00, 9 March 2018 (diff | hist) . . (-5). . Arduino驱动的安装(方法一:使用官方提供的一键安装程序安装)

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