Skip to content

Commit 19aef24

Browse files
author
kazubu
committed
* fixed waveform(1st waveform has some errors)
git-svn-id: https://a.jtime.net/svn/misc/ruby-libir@46 6c23ddd9-6acf-e011-bcb5-000c29b07eb3
1 parent 1562727 commit 19aef24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const int IRrecvPin = 4; //BCM4, wPi7
99

1010
void sendIr(int irData[], int length){
1111
int i;
12+
delayMicrosecondsHard(50);
1213

1314
for(i=0;i<length;i++){
1415
if(i%2 == 0){ //奇数データ目でON

0 commit comments

Comments
 (0)