Skip to content

Commit

Permalink
Add back in the exe files and rm the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Keller committed Aug 10, 2016
1 parent aff8706 commit f39270b
Show file tree
Hide file tree
Showing 28 changed files with 72 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .gitignore

This file was deleted.

Binary file added RFduino/RFDLoader.exe
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'rfduinoColorWheel' target in the 'rfduinoColorWheel' project
//

#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'rfduinoLedButton' target in the 'rfduinoLedButton' project
//

#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'rfduinoServo' target in the 'rfduinoServo' project
//

#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Prefix header for all source files of the 'rfduinoTemperature' target in the 'rfduinoTemperature' project
//

#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RFduino/source/libRFduinoGZLL/_build/nrf_fifo.o
Binary file not shown.
Binary file not shown.
Binary file added RFduino/source/libRFduinoGZLL/_build/nrf_gzll.o
Binary file not shown.
Binary file added RFduino/source/libRFduinoGZLL/_build/nrf_impala.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added RFduino/system/CMSIS/CMSIS/SVD/SVDConv.exe
Binary file not shown.

0 comments on commit f39270b

Please sign in to comment.