Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~662 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ajit.nayak3

how can i plot the graph for the below code.I am having matplot library.plot graph for time vs v1 and time vs v2 and in Time1.csv file for tS import csv def test1(): inputCSV = open(r'test.csv', 'rb') outputCSV = open(r'test1.csv', 'wb+') appendCSV = open(r'test1.csv', 'ab+') cr = csv.reader(inputCSV, dialect = …

Member Avatar for TrustyTony
0
253
Member Avatar for ajit.nayak3

Dear all , i have an csv file . I wanna copy content particular column and paste in another csv file.where i am trying to calcultion and plot graph assume original csv file contain i.e column 4 contain time(hh.mm.ss) format continue by other columns i wanna copy these data to …

Member Avatar for bumsfeld
0
305
Member Avatar for ajit.nayak3

Can someone tell me FOr i2c interface what (#define DS1307_ADDRESS 0x68) meant by how they specifying the address: #include"Wire.h" #define DS1307_ADDRESS 0x68 byte zero = 0x00; //workaround for issue #527 void setup(){ Wire.begin(); Serial.begin(9600); setDateTime(); //MUST CONFIGURE IN FUNCTION } void loop(){ printDate(); delay(1000); } void setDateTime(){ byte second = …

0
104