Skip to content

Instantly share code, notes, and snippets.

@francisli
francisli / pushimage.pde
Created December 7, 2011 23:19
Example sending an image file with the Processing Bluetooth library and Object Push Protocol
import com.francisli.processing.bluetooth.*;
PFont font;
PImage photo;
Bluetooth bt;
String statusMsg = "inactive";
Service[] services = new Service[0];
void setup() {
size(600,300);