This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <UIKit/UIKit.h> | |
@interface SectorControl : UIControl | |
@property UIColor* color; | |
@property UIColor* borderColor; | |
- (id) init:(float)angle withRadius:(float) radius andColor:(UIColor*) color andBorderColor:(UIColor*) borderColor; | |
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ------------------------------- | |
// iBeacon Entrada Favaritx | |
// ------------------------------- | |
var uuid='6919DC86A5E840409AD8AEAAAB737B83'; | |
var major=1; | |
var minor=10; | |
var measuredPower=-59; | |
var bleno=require('bleno'); |