代码搜索结果
找到约 54 项符合
Arduino 的代码
asuro.cpp
/*
*/
#include "Asuro.h"
#include "WConstants.h" //all things wiring / arduino
extern "C" {
#include
}
Asuro::Asuro(void)
{
pinMode(rforward, OUTPUT);
pinMode(rre
lcd5110_basic.cpp
/*
LCD5110_Basic.cpp - Arduino library support for Nokia 5110 compatible LCDs
Copyright (C)2011 Henning Karlsen. All right reserved
Basic functionality of this library are based on the de
lcd5110_basic.h
/*
LCD5110_Basic.h - Arduino library support for Nokia 5110 compatible LCDs
Copyright (C)2011 Henning Karlsen. All right reserved
Basic functionality of this library are based on the demo
ps2_mouse.pde
#include
/*
* an arduino sketch to interface with a ps/2 mouse.
* Also uses serial protocol to talk back to the host
* and report what it finds.
*/
/*
* Pin 5 is the mouse data
ps2_kbd.pde
/*
* an arduino sketch to interface with a ps/2 keyboard.
* Also uses serial protocol to talk back to the host
* and report what it finds. Used the ps2 library.
*/
#include
/*
ps2_mouse.cpp
#include
/*
* an arduino sketch to interface with a ps/2 mouse.
* Also uses serial protocol to talk back to the host
* and report what it finds.
*/
/*
* Pin 5 is the mouse data pin, pin
ats_sd_files.pde
#include
#include
void setup()
{
int startMemoryUsage = ATS_GetFreeMemory();
boolean b;
File f;
ATS_begin("Arduino", "SD Files Test");
ATS_Print
nrf2401.h
/*
Arduino based NRF2401 Header File
Created by Sam Berro -- samberro@gmail.com
*/
#ifndef NRF2401_H
#define NRF2401_H
#include "WConstants.h"
#ifdef __cplusplus
extern "C" {
#
nrf2401.h~
/*
Arduino based NRF2401 Header File
Created by Sam Berro -- samberro@gmail.com
*/
#ifndef NRF2401_H
#define NRF2401_H
#include "WConstants.h"
#ifdef __cplusplus
extern "C" {
#
hmc5883l.h
/*
HMC5883L.h - Header file for the HMC5883L Triple Axis Magnetometer Arduino Library.
Copyright (C) 2011 Love Electronics (loveelectronics.co.uk)
This program is free software: you can redistrib