-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed URL in properties
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ maintainer=AL <[email protected]> | |
sentence=Allows Arduino boards to serial communicate with Mitsubishi heat pumps via port cn105 | ||
paragraph=Currently only support Mitsubishi Heat Pumps<br/>Library allows to pass a reference of the Serial you wish to use, such as Serial(esp8266) or Serial1(arduino micro pro).<br/>The library will "begin" the serial comms at 2400baud 8bits even parity.<br/>Make sure your board can handle 5V TTL, otherwise use a level shifter.<br/>Pull TX and RX to 5V with 10k resistors, otherwise the heat pump will not accept the connection. | ||
category=Device Control | ||
url=http://http://www.mitsubishicomfort.com/ | ||
architectures=* | ||
url=http://www.mitsubishicomfort.com/ | ||
architectures=* |