代码搜索:Asuro
找到约 38 项符合「Asuro」的源代码
代码结果 38
www.eeworm.com/read/388602/8597540
o asuro.o
www.eeworm.com/read/388602/8597548
cpp asuro.cpp
/*
*/
#include "Asuro.h"
#include "WConstants.h" //all things wiring / arduino
extern "C" {
#include
}
Asuro::Asuro(void)
{
pinMode(rforward, OUTPUT);
pinMode(rre
www.eeworm.com/read/388602/8597555
h asuro.h
#ifndef Asuro_h
#define Asuro_h
#include
#define rforward 13
#define rreverse 12
#define lforward 5
#define lreverse 4
#define lmotor 9
#define rmotor 10
#define statusledred
www.eeworm.com/read/285244/4055126
java asuro.java
//
// nanovm/asuro/Asuro.java
//
// When converting NanoVM code using the Convert tool, this
// code will magically be replaced by native methods. This
// code will never be called.
//
// It is possib
www.eeworm.com/read/388602/8597539
pde adc_test.pde
/*
* A/D converter test for the Asuro
*/
#include
Asuro asuro = Asuro();
void setup()
{
Serial.begin(9600);
}
void loop()
{
int Data[2];
asuro.setStatusLED(GREE
www.eeworm.com/read/410132/11301141
c asuro 020.c
// ================================================================================//
//
// Program : Asuro 020, Build 001, Asuro playing music.c
// Release date : 2005-02-19
// Author
www.eeworm.com/read/285244/4054908
d native_asuro.d
native_asuro.o asuro/native_asuro.d : ../../../vm/src/asuro/native_asuro.c \
../../../vm/src/types.h ../../../vm/src/debug.h config.h \
../../../vm/src/types.h config.h ../../../vm/src/error.h \
www.eeworm.com/read/285244/4054995
c native_asuro.c
//
// NanoVM, a tiny java VM for the Atmel AVR family
// Copyright (C) 2005 by Till Harbaum
//
// This program is free software; you can redistribute it and/or modify
// it unde
www.eeworm.com/read/285244/4054998
h native_asuro.h
//
// NanoVM, a tiny java VM for the Atmel AVR family
// Copyright (C) 2005 by Till Harbaum
//
// This program is free software; you can redistribute it and/or modify
// it unde
www.eeworm.com/read/388602/8597527
pde motor_test.pde
/*
* Motor test for the Asuro
*/
#include
Asuro asuro = Asuro();
void setup()
{
Serial.begin(9600);
}
void loop()
{
// test motion patterns
asuro.driveCircular