Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MX28 by
Diff: MX28.h
- Revision:
- 2:85216442d3ef
- Parent:
- 1:5f537df9dca8
- Child:
- 3:7929abcdc22f
--- a/MX28.h Wed Sep 12 15:59:54 2012 +0000 +++ b/MX28.h Wed Apr 03 16:44:50 2013 +0000 @@ -1,5 +1,5 @@ /* Dynamixel MX28 servo library - * Copyright (c) 2012 Georgios Petrou, MIT License + * Copyright (c) 2012-2013 Georgios Petrou, MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, @@ -21,6 +21,7 @@ #define MX28_H #include "mbed.h" +#include "SerialHalfDuplex.h" #include "Protocol.h" #include "Utilities.h"
