Updated header

This commit is contained in:
Kristian Lauszus 2012-03-04 02:38:50 +01:00
parent ad9f59173b
commit 0899357deb
3 changed files with 12 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2011 TKJ Electronics. All rights reserved. /* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics. All rights reserved.
This software may be distributed and modified under the terms of the GNU This software may be distributed and modified under the terms of the GNU
General Public License version 2 (GPL2) as published by the Free Software General Public License version 2 (GPL2) as published by the Free Software
@ -10,9 +10,9 @@
Contact information Contact information
------------------- -------------------
TKJ Electronics Kristian Lauszus, TKJ Electronics
Web : http://www.tkjelectronics.com Web : http://www.tkjelectronics.com
e-mail : mail@tkjelectronics.com e-mail : kristianl@tkjelectronics.com
*/ */
#include "PS3BT.h" #include "PS3BT.h"

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2011 TKJ Electronics. All rights reserved. /* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics. All rights reserved.
This software may be distributed and modified under the terms of the GNU This software may be distributed and modified under the terms of the GNU
General Public License version 2 (GPL2) as published by the Free Software General Public License version 2 (GPL2) as published by the Free Software
@ -10,9 +10,9 @@
Contact information Contact information
------------------- -------------------
TKJ Electronics Kristian Lauszus, TKJ Electronics
Web : http://www.tkjelectronics.com Web : http://www.tkjelectronics.com
e-mail : mail@tkjelectronics.com e-mail : kristianl@tkjelectronics.com
*/ */
#ifndef _ps3bt_h_ #ifndef _ps3bt_h_

View file

@ -1,3 +1,9 @@
/*
Example sketch for the PS3 Bluetooth library - developed by Kristian Lauszus
For more information visit my blog: http://blog.tkjelectronics.dk/ or
send me an e-mail: kristianl@tkjelectronics.com
*/
#include <PS3BT.h> #include <PS3BT.h>
USB Usb; USB Usb;
PS3BT BT(&Usb); PS3BT BT(&Usb);