Search found 4 matches
- Sun Apr 07, 2019 2:59 pm
- Forum: C/C++
- Topic: Segmentation fault
- Replies: 4
- Views: 2014
Segmentation fault
Successfully compiled Code.. When i run this Code .. One Led light blinking.. then Showing Segmentation fault #include<wiringPi.h> #include <wiringSerial.h> #include<stdio.h> #include <string.h> #define RS 11 #define EN 10 #define D4 6 #define D5 5 #define D6 4 #define D7 1 #define led1 23 #define ...
- Wed Apr 03, 2019 3:29 pm
- Forum: C/C++
- Topic: why does this error occurs?
- Replies: 5
- Views: 2118
Re: why does this error occurs?
Code Is Comipile Perfectly...
but when i run it...
segmentation fault
but when i run it...
segmentation fault
- Tue Apr 02, 2019 2:14 pm
- Forum: C/C++
- Topic: why does this error occurs?
- Replies: 5
- Views: 2118
Re: why does this error occurs?
Wiring pi already installed.
- Mon Apr 01, 2019 5:40 pm
- Forum: C/C++
- Topic: why does this error occurs?
- Replies: 5
- Views: 2118
why does this error occurs?
2.png #include<wiringPi.h> #include <wiringSerial.h> #include<stdio.h> #include <string.h> #define RS 11 #define EN 10 #define D4 6 #define D5 5 #define D6 4 #define D7 1 #define led1 23 #define led2 24 #define led3 25 #define led5 14 #define buzz 7 #define in1 21 int sp ; int count1=0,count2=0,cou...