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:
@@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
#include "BConstants.h"
|
||||
#include "wiring.h"
|
||||
|
||||
// On the Arduino board, digital pins are also used
|
||||
|
@@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
#include "BConstants.h"
|
||||
#include "wiring.h"
|
||||
|
||||
// We map the pin numbers passed to digitalRead() or
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -9,6 +9,8 @@
|
||||
|
||||
#define __MCU_CLOCK_FREQUENCY__ _16.0000_MHz
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
#include "wiring.h"
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
|
Reference in New Issue
Block a user