Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: PIXY2_lib/PIXY2.cpp
- Revision:
- 1:a9af73d5abd4
- Parent:
- 0:8743b606abc3
--- a/PIXY2_lib/PIXY2.cpp Tue Feb 11 15:41:45 2020 +0000 +++ b/PIXY2_lib/PIXY2.cpp Wed Feb 26 16:47:05 2020 +0000 @@ -5,7 +5,7 @@ _Pixy2 = new Serial (tx, rx, debit); _Pixy2->attach (callback(this,&PIXY2::pixy2_getByte)); etat = idle; - Pixy2_buffer = (Byte*) malloc (0x100); + Pixy2_buffer = (Byte*) malloc (0x100); } PIXY2::~PIXY2()