slabiak
slabiak
Hello, I can't get the chip you used in your project (ATA6631) however i can get Philips TJA1020. Below you can see the example application note - my question is...
There are already 2 selenium tests in here: https://github.com/slabiak/AppointmentScheduler/blob/develop/src/test/java/com/example/slabiak/appointmentscheduler/ui/LoginPageIT.java There should be more tests like these.
There are tests that have comments that needs to be removed to meet clean code principles
There should be some logging added. For example when new appointment is created it should be logged with log.info("New apppointmented created for user {} ..", user);
Hello, do I need to use a LIN transceiver (for example this one http://www.atmel.com/images/atmel-4916-lin-networking-ata6662c_datasheet.pdf ) with your library? I want to generate LIN 2.0 master frame with 8 bytes of...
Is there any example how to customize input field to some of the react's ui libs like material UI `TextField`? I couldn't find any examples in docs. Thank you.