Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xukangmin committed Jun 18, 2019
1 parent bbb50e9 commit 424422c
Show file tree
Hide file tree
Showing 17 changed files with 1,052 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Power Consumption | min 2.9μA, max 10mA
- Open Boards Manager from Tools > Board menu and install *TinyCore* platform (and don't forget to select your TinyCore board from Tools > Board menu after installation).

# Pin Mapping
![Pin Mapping](/docs/tinycore16_pinmap.png)
![Pin Mapping](/docs/images/TinyCore16_Pinout.png)


# To-Do
Expand Down
2 changes: 2 additions & 0 deletions avr/cores/tiny/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <stdbool.h>
#include <string.h>
#include <math.h>
#include <stdio.h>

#include <avr/pgmspace.h>
#include <avr/io.h>
Expand Down Expand Up @@ -191,6 +192,7 @@ extern const uint8_t PROGMEM pin_to_ctrl_PGM[];


#ifdef __cplusplus
#include "WString.h"
#include "HardwareSerial.h"
uint16_t makeWord(uint16_t w);
uint16_t makeWord(byte h, byte l);
Expand Down
2 changes: 1 addition & 1 deletion avr/cores/tiny/Print.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <inttypes.h>
#include <stdio.h> // for size_t

#include <string.h>
#include "Printable.h"
#define F(c) c
#define DEC 10
Expand Down
Loading

0 comments on commit 424422c

Please sign in to comment.