Project

General

Profile

Statistics
| Revision:

root / lab4 / mouse.c @ 383

History | View | Annotate | Download (4.14 KB)

  • svn:executable: *
# Date Author Comment
91 04/11/2019 20:10 Telmo Baptista

binary shenanigans to reduce code

90 04/11/2019 18:50 Telmo Baptista

docs and error changes

87 04/11/2019 18:24 Telmo Baptista

fixed stuff

86 04/11/2019 11:52 Telmo Baptista

changed delay of poll_byte to kbc delay

85 04/11/2019 11:50 Telmo Baptista

fixed remote delay problem

83 04/11/2019 11:31 Telmo Baptista

added delay between reads

82 31/10/2019 22:12 Diogo Miguel Ferreira Rodri...

dont need to send READ_DATA command every time i want to read a byte; one READ_DATA is enough for 3 bytes (a full packet)

81 31/10/2019 21:53 Diogo Miguel Ferreira Rodri...

added documentation

80 31/10/2019 21:41 Diogo Miguel Ferreira Rodri...

reorganized remote

78 31/10/2019 16:04 Telmo Baptista

fixed ack reading issue. added statemachine, still not working

77 31/10/2019 01:10 Diogo Miguel Ferreira Rodri...

fixed test_packets

76 30/10/2019 14:08 Telmo Baptista

fixed issue on packet/async

73 29/10/2019 19:50 Diogo Miguel Ferreira Rodri...

small change

72 29/10/2019 19:33 Diogo Miguel Ferreira Rodri...

packet now working fine

71 28/10/2019 22:08 Telmo Baptista

fixed packet parsing, remote fully operational

70 28/10/2019 14:28 Telmo Baptista

implemented remote, working on fixing issues

69 27/10/2019 02:55 Diogo Miguel Ferreira Rodri...

not deactivating reporting, dont know why

68 27/10/2019 02:21 Diogo Miguel Ferreira Rodri...

working decently

59 26/10/2019 22:08 Diogo Miguel Ferreira Rodri...

even more changes