Add files via upload

This commit is contained in:
aster94 2017-12-07 20:09:30 +01:00 committed by GitHub
parent dbfb68cf91
commit 98ed731df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <SoftWire.h>
TwoWire SWire(PB6, PB7, SOFT_FAST);
SoftWire SWire(PB6, PB7, SOFT_FAST);
void setup() {

View File

@ -1,3 +1,7 @@
#this makefile may not work since HardWire has been changed to the default Wire (TwoWire)
#anyway this file should be useless
# Standard things
sp := $(sp).x
dirstack_$(sp) := $(d)