1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution.

This commit is contained in:
David A. Mellis
2005-09-09 23:42:35 +00:00
parent 6f38cee6d4
commit 98b5f8759a
8 changed files with 8 additions and 6 deletions

View File

@@ -23,7 +23,6 @@
*/
#include <avr/io.h>
#include "BConstants.h"
#include "wiring.h"
// On the Arduino board, digital pins are also used

View File

@@ -23,7 +23,6 @@
*/
#include <avr/io.h>
#include "BConstants.h"
#include "wiring.h"
// We map the pin numbers passed to digitalRead() or

View File

@@ -46,7 +46,6 @@
// it so our delay can be in milliseconds.
#undef delay
#include "BConstants.h"
#include "wiring.h"
// Get the hardware port of the given virtual pin number. This comes from

View File

@@ -67,6 +67,8 @@ void setup(void);
void loop(void);
void beginSerial(int);
void serialWrite(unsigned char);
void print(const char *, ...);
void printMode(int);
typedef struct {
int port;

View File

@@ -9,6 +9,8 @@
#define __MCU_CLOCK_FREQUENCY__ _16.0000_MHz
#include <avr/io.h>
#include "wiring.h"
#include <avr/interrupt.h>